Trace number 228550

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 13.8309 13.9423

DiagnosticValue
CHECKS61283040
NODES67840

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-1_ext.xml
MD5SUM1b1c27f1174ad9d3519665d1cc58d473
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.83742
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/228550-1168080885/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.42	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.61	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8186  maxDegree=26
0.61	     maxArity=2
0.61	       =>  wckTime=0.282  cpuTime=0.21  mem=10M860
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.466  cpuTime=0.32  mem=13M697
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0070  cpuTime=0.0  mem=13M697
0.84	   
0.85	   search
0.85	     run=0  nbConstraintChecks=22786  nbPropagations=485  nbRevisions=5846  nbUselessRevisions=4799  nbAssignments=26
0.85	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.048  cpuTime=0.03  mem=14M672
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=49643  nbPropagations=1505  nbRevisions=18517  nbUselessRevisions=15241  nbAssignments=59
0.86	     nbFailedAssignments=18  nbBacktracks=27  nbVisitedNodes=93  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.067  cpuTime=0.04  mem=14M672
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=84708  nbPropagations=3191  nbRevisions=39886  nbUselessRevisions=32871
0.88	     nbAssignments=100  nbFailedAssignments=30  nbBacktracks=49  nbVisitedNodes=161  nbRestartNogoods=9  mapSize=42
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.086  cpuTime=0.05  mem=14M672
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=130818  nbPropagations=5713  nbRevisions=72558  nbUselessRevisions=59710
0.89	     nbAssignments=155  nbFailedAssignments=47  nbBacktracks=83  nbVisitedNodes=250  nbRestartNogoods=13  mapSize=70
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.099  cpuTime=0.06  mem=14M672
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=210520  nbPropagations=9640  nbRevisions=125125  nbUselessRevisions=102819
0.92	     nbAssignments=243  nbFailedAssignments=77  nbBacktracks=135  nbVisitedNodes=396  nbRestartNogoods=15  mapSize=110
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.12  cpuTime=0.08  mem=14M672
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=308675  nbPropagations=15376  nbRevisions=203805  nbUselessRevisions=167452
0.95	     nbAssignments=367  nbFailedAssignments=119  nbBacktracks=212  nbVisitedNodes=601  nbRestartNogoods=22  mapSize=171
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.15  cpuTime=0.11  mem=14M672
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=459846  nbPropagations=23844  nbRevisions=321196  nbUselessRevisions=264099
0.98	     nbAssignments=547  nbFailedAssignments=179  nbBacktracks=325  nbVisitedNodes=892  nbRestartNogoods=25  mapSize=258
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.188  cpuTime=0.15  mem=14M672
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=683164  nbPropagations=36235  nbRevisions=496739  nbUselessRevisions=408649
1.04	     nbAssignments=810  nbFailedAssignments=266  nbBacktracks=496  nbVisitedNodes=1338  nbRestartNogoods=31  mapSize=403
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.242  cpuTime=0.2  mem=14M672
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1025892  nbPropagations=54618  nbRevisions=758106  nbUselessRevisions=623022
1.13	     nbAssignments=1194  nbFailedAssignments=387  nbBacktracks=756  nbVisitedNodes=1981  nbRestartNogoods=36
1.13	     mapSize=608  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.33  cpuTime=0.28  mem=14M672
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=1553189  nbPropagations=82235  nbRevisions=1157059  nbUselessRevisions=951318
1.27	     nbAssignments=1786  nbFailedAssignments=587  nbBacktracks=1143  nbVisitedNodes=2980  nbRestartNogoods=39
1.27	     mapSize=930  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.472  cpuTime=0.4  mem=14M672
1.30	   
1.30	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=14M672)
1.43	   
1.43	   search
1.43	     run=10  nbConstraintChecks=2269307  nbPropagations=122828  nbRevisions=1744375  nbUselessRevisions=1435118
1.43	     nbAssignments=2639  nbFailedAssignments=854  nbBacktracks=1720  nbVisitedNodes=4395  nbRestartNogoods=42
1.43	       =>  wckTime=0.634  cpuTime=0.56  mem=14M672
1.68	   
1.68	   search
1.68	     run=11  nbConstraintChecks=3492284  nbPropagations=184856  nbRevisions=2647950  nbUselessRevisions=2179252
1.68	     nbAssignments=3998  nbFailedAssignments=1344  nbBacktracks=2584  nbVisitedNodes=6714  nbRestartNogoods=47
1.68	       =>  wckTime=0.88  cpuTime=0.8  mem=14M672
2.02	   
2.02	   search
2.02	     run=12  nbConstraintChecks=5222132  nbPropagations=277260  nbRevisions=4005027  nbUselessRevisions=3298723
2.02	     nbAssignments=5982  nbFailedAssignments=2021  nbBacktracks=3886  nbVisitedNodes=10041  nbRestartNogoods=53
2.02	       =>  wckTime=1.228  cpuTime=1.15  mem=14M672
2.57	   
2.57	   search
2.57	     run=13  nbConstraintChecks=7854522  nbPropagations=415657  nbRevisions=6048972  nbUselessRevisions=4985530
2.57	     nbAssignments=8945  nbFailedAssignments=3030  nbBacktracks=5834  nbVisitedNodes=15099  nbRestartNogoods=58
2.57	       =>  wckTime=1.772  cpuTime=1.69  mem=14M672
3.42	   
3.42	   search
3.42	     run=14  nbConstraintChecks=11902263  nbPropagations=623780  nbRevisions=9124755  nbUselessRevisions=7520034
3.42	     nbAssignments=13356  nbFailedAssignments=4520  nbBacktracks=8753  nbVisitedNodes=22520  nbRestartNogoods=65
3.42	       =>  wckTime=2.625  cpuTime=2.55  mem=14M672
4.65	   
4.65	   search
4.65	     run=15  nbConstraintChecks=17692824  nbPropagations=933946  nbRevisions=13705672  nbUselessRevisions=11297558
4.65	     nbAssignments=19967  nbFailedAssignments=6746  nbBacktracks=13131  nbVisitedNodes=33633  nbRestartNogoods=73
4.65	       =>  wckTime=3.857  cpuTime=3.78  mem=14M672
6.60	   
6.60	   search
6.60	     run=16  nbConstraintChecks=26956414  nbPropagations=1402508  nbRevisions=20645847  nbUselessRevisions=17018402
6.60	     nbAssignments=30096  nbFailedAssignments=10300  nbBacktracks=19699  nbVisitedNodes=50806  nbRestartNogoods=86
6.60	       =>  wckTime=5.802  cpuTime=5.72  mem=14M672
9.48	   
9.48	   search
9.48	     run=17  nbConstraintChecks=40618954  nbPropagations=2106239  nbRevisions=31111347  nbUselessRevisions=25653063
9.48	     nbAssignments=45064  nbFailedAssignments=15412  nbBacktracks=29551  nbVisitedNodes=76053  nbRestartNogoods=92
9.48	       =>  wckTime=8.683  cpuTime=8.6  mem=14M672
13.77	   
13.77	   search
13.77	     run=18  nbConstraintChecks=60950392  nbPropagations=3161474  nbRevisions=46787684  nbUselessRevisions=38575023
13.77	     nbAssignments=67480  nbFailedAssignments=23041  nbBacktracks=44331  nbVisitedNodes=113803  nbRestartNogoods=100
13.77	       =>  wckTime=12.977  cpuTime=12.9  mem=14M672
13.84	   
13.84	   search
13.84	     run=19  nbConstraintChecks=61283040  nbPropagations=4222330  nbRevisions=62546873  nbUselessRevisions=51564398
13.84	     nbAssignments=67840  nbFailedAssignments=23165  nbBacktracks=44568  nbVisitedNodes=114396  nbRestartNogoods=102
13.84	       =>  wckTime=13.047  cpuTime=12.96  mem=14M672
13.84	   
13.84	   global
13.84	     nbConstraintChecks=61283040  nbPropagations=4222370  nbRevisions=62546873  nbUselessRevisions=51564398
13.84	     nbRestartNogoods=102  solvingWckTime=13.048  solvingCpuTime=12.97  expiredTime=no  totalExploration=yes
13.84	     nbFoundSolutions=0  globalCpuTime=13.36
13.84	       =>  wckTime=13.517  cpuTime=13.3  mem=14M672
13.85	   
13.85	s UNSATISFIABLE
13.85	d NODES 67840
13.85	d CHECKS 61283040
13.85	   
13.85	   totalWckTime=13.593  totalCpuTime=13.36

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-228550-1168080885 -o ROOT/results/node17/solver-228550-1168080885 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228550-1168080885/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.17 0.84 1.39 2/81 15133
/proc/meminfo: memFree=1609808/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=1500 CPUtime=0
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 156485586 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 2830944 0 0 4096 0 0 0 0 17 1 0 0
/proc/15132/statm: 375 69 55 14 0 8 0

[startup+0.102639 s]
/proc/loadavg: 0.17 0.84 1.39 2/81 15133
/proc/meminfo: memFree=1609808/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=907808 CPUtime=0.05
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 2521 0 1 0 4 1 0 0 20 0 4 0 156485586 929595392 2268 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 3301142 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/15132/statm: 226952 2268 1238 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.510678 s]
/proc/loadavg: 0.17 0.84 1.39 2/81 15133
/proc/meminfo: memFree=1609808/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=916352 CPUtime=0.46
/proc/15132/stat : 15132 (java) S 15130 15132 12945 0 -1 0 6367 0 1 0 42 4 0 0 16 0 8 0 156485586 938344448 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15132/statm: 229088 6106 2137 14 0 215558 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 916352

[startup+1.33276 s]
/proc/loadavg: 0.17 0.84 1.39 2/88 15140
/proc/meminfo: memFree=1586456/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=916480 CPUtime=1.31
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 8580 0 1 0 123 8 0 0 16 0 8 0 156485586 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073890647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15132/statm: 229120 8318 2513 14 0 215590 0
[pid=15132/tid=15134] ppid=15130 vsize=916480 CPUtime=0.03
/proc/15132/task/15134/stat : 15134 (java) S 15130 15132 12945 0 -1 64 229 0 0 0 3 0 0 0 17 0 8 0 156485593 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15135] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15135/stat : 15135 (java) S 15130 15132 12945 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15136] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15136/stat : 15136 (java) S 15130 15132 12945 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15137] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15137/stat : 15137 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15138] ppid=15130 vsize=916480 CPUtime=0.21
/proc/15132/task/15138/stat : 15138 (java) S 15130 15132 12945 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 156485597 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15139] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15139/stat : 15139 (java) S 15130 15132 12945 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15140] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15140/stat : 15140 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485597 938475520 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916480

[startup+2.98493 s]
/proc/loadavg: 0.17 0.84 1.39 2/88 15140
/proc/meminfo: memFree=1586200/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=916480 CPUtime=2.95
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 8596 0 1 0 287 8 0 0 18 0 8 0 156485586 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15132/statm: 229120 8333 2513 14 0 215590 0
[pid=15132/tid=15134] ppid=15130 vsize=916480 CPUtime=0.03
/proc/15132/task/15134/stat : 15134 (java) S 15130 15132 12945 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156485593 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15135] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15135/stat : 15135 (java) S 15130 15132 12945 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15136] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15136/stat : 15136 (java) S 15130 15132 12945 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15137] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15137/stat : 15137 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15138] ppid=15130 vsize=916480 CPUtime=0.23
/proc/15132/task/15138/stat : 15138 (java) S 15130 15132 12945 0 -1 64 390 0 0 0 21 2 0 0 16 0 8 0 156485597 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15139] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15139/stat : 15139 (java) S 15130 15132 12945 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15140] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15140/stat : 15140 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485597 938475520 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 916480

[startup+6.26927 s]
/proc/loadavg: 0.24 0.85 1.38 2/88 15140
/proc/meminfo: memFree=1586200/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=916480 CPUtime=6.24
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 8602 0 1 0 616 8 0 0 25 0 8 0 156485586 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15132/statm: 229120 8338 2513 14 0 215590 0
[pid=15132/tid=15134] ppid=15130 vsize=916480 CPUtime=0.03
/proc/15132/task/15134/stat : 15134 (java) S 15130 15132 12945 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156485593 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15135] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15135/stat : 15135 (java) S 15130 15132 12945 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15136] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15136/stat : 15136 (java) S 15130 15132 12945 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15137] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15137/stat : 15137 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15138] ppid=15130 vsize=916480 CPUtime=0.23
/proc/15132/task/15138/stat : 15138 (java) S 15130 15132 12945 0 -1 64 390 0 0 0 21 2 0 0 16 0 8 0 156485597 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15139] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15139/stat : 15139 (java) S 15130 15132 12945 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15140] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15140/stat : 15140 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485597 938475520 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 916480

[startup+12.752 s]
/proc/loadavg: 0.30 0.85 1.38 2/88 15140
/proc/meminfo: memFree=1586136/2055920 swapFree=4192812/4192956
[pid=15132] ppid=15130 vsize=916480 CPUtime=12.72
/proc/15132/stat : 15132 (java) R 15130 15132 12945 0 -1 0 8606 0 1 0 1264 8 0 0 25 0 8 0 156485586 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15132/statm: 229120 8342 2513 14 0 215590 0
[pid=15132/tid=15134] ppid=15130 vsize=916480 CPUtime=0.03
/proc/15132/task/15134/stat : 15134 (java) S 15130 15132 12945 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156485593 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15135] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15135/stat : 15135 (java) S 15130 15132 12945 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15136] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15136/stat : 15136 (java) S 15130 15132 12945 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156485594 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15137] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15137/stat : 15137 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15138] ppid=15130 vsize=916480 CPUtime=0.23
/proc/15132/task/15138/stat : 15138 (java) S 15130 15132 12945 0 -1 64 390 0 0 0 21 2 0 0 16 0 8 0 156485597 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15132/tid=15139] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15139/stat : 15139 (java) S 15130 15132 12945 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156485597 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15132/tid=15140] ppid=15130 vsize=916480 CPUtime=0
/proc/15132/task/15140/stat : 15140 (java) S 15130 15132 12945 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156485597 938475520 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 916480

Child status: 0
Real time (s): 13.9423
CPU time (s): 13.8309
CPU user time (s): 13.7409
CPU system time (s): 0.089986
CPU usage (%): 99.2011
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7409
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8704
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1085
involuntary context switches= 465

runsolver used 0.013997 s user time and 0.046992 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:54:55 UTC 2007


IDJOB= 228550
IDBENCH= 6207
FILE ID= node17/228550-1168080885

PBS_JOBID= 3475828

Free space on /tmp= 66318 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228550-1168080885/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-228550-1168080885 -o ROOT/results/node17/solver-228550-1168080885 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228550-1168080885/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1b1c27f1174ad9d3519665d1cc58d473

RANDOM SEED= 948130271

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610224 kB
Buffers:         47416 kB
Cached:         251172 kB
SwapCached:          0 kB
Active:         146172 kB
Inactive:       210736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:          77300 kB
Slab:            73912 kB
Committed_AS:  3825044 kB
PageTables:       2076 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB



End job on node17 on Sat Jan  6 10:55:27 UTC 2007