Trace number 203051

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 ACSAT 34.4248 34.5193

DiagnosticValue
CHECKS231377112
NODES164016

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-23_ext.xml
MD5SUM7838a9623e74161e096b88eddb9e0368
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0975
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/203051-1168072795/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=333  nbRelationTypes=333  nbExtensionStructures=333  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=333  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2864  maxDegree=23
0.59	     maxArity=2
0.59	       =>  wckTime=0.301  cpuTime=0.22  mem=12M803
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.487  cpuTime=0.34  mem=13M914
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0050  cpuTime=0.0  mem=13M914
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=32812  nbPropagations=529  nbRevisions=5518  nbUselessRevisions=4504  nbAssignments=24
0.83	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.051  cpuTime=0.03  mem=14M889
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=74092  nbPropagations=1678  nbRevisions=18133  nbUselessRevisions=14710  nbAssignments=61
0.85	     nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=96  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.071  cpuTime=0.05  mem=14M889
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=145043  nbPropagations=3774  nbRevisions=42592  nbUselessRevisions=34548
0.88	     nbAssignments=110  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=178  nbRestartNogoods=7  mapSize=43
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.094  cpuTime=0.06  mem=14M889
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=236571  nbPropagations=7094  nbRevisions=82538  nbUselessRevisions=66572
0.89	     nbAssignments=169  nbFailedAssignments=57  nbBacktracks=82  nbVisitedNodes=276  nbRestartNogoods=10  mapSize=68
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.112  cpuTime=0.08  mem=14M889
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=358549  nbPropagations=12085  nbRevisions=144610  nbUselessRevisions=116130
0.92	     nbAssignments=268  nbFailedAssignments=98  nbBacktracks=132  nbVisitedNodes=441  nbRestartNogoods=15  mapSize=110
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.137  cpuTime=0.1  mem=14M889
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=550124  nbPropagations=19604  nbRevisions=241038  nbUselessRevisions=192967
0.96	     nbAssignments=402  nbFailedAssignments=149  nbBacktracks=209  nbVisitedNodes=668  nbRestartNogoods=20  mapSize=172
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.175  cpuTime=0.14  mem=14M889
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=858219  nbPropagations=31229  nbRevisions=393902  nbUselessRevisions=315021
1.01	     nbAssignments=615  nbFailedAssignments=240  nbBacktracks=325  nbVisitedNodes=1048  nbRestartNogoods=24  mapSize=276
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.23  cpuTime=0.19  mem=14M889
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1300701  nbPropagations=48769  nbRevisions=628392  nbUselessRevisions=502631
1.09	     nbAssignments=920  nbFailedAssignments=366  nbBacktracks=497  nbVisitedNodes=1584  nbRestartNogoods=30  mapSize=421
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.306  cpuTime=0.26  mem=14M889
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=1899271  nbPropagations=74410  nbRevisions=971848  nbUselessRevisions=777795
1.20	     nbAssignments=1352  nbFailedAssignments=534  nbBacktracks=753  nbVisitedNodes=2339  nbRestartNogoods=35
1.20	     mapSize=647  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.415  cpuTime=0.38  mem=14M889
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=2735188  nbPropagations=111865  nbRevisions=1475814  nbUselessRevisions=1182541
1.35	     nbAssignments=1983  nbFailedAssignments=774  nbBacktracks=1139  nbVisitedNodes=3435  nbRestartNogoods=42
1.35	     mapSize=967  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.568  cpuTime=0.52  mem=14M889
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=14M889)
1.55	   
1.55	   search
1.55	     run=10  nbConstraintChecks=3984120  nbPropagations=165971  nbRevisions=2208501  nbUselessRevisions=1770420
1.55	     nbAssignments=2913  nbFailedAssignments=1123  nbBacktracks=1715  nbVisitedNodes=5031  nbRestartNogoods=52
1.55	       =>  wckTime=0.769  cpuTime=0.71  mem=14M889
1.86	   
1.86	   search
1.86	     run=11  nbConstraintChecks=6113220  nbPropagations=248147  nbRevisions=3326427  nbUselessRevisions=2665487
1.86	     nbAssignments=4393  nbFailedAssignments=1730  nbBacktracks=2579  nbVisitedNodes=7614  nbRestartNogoods=63
1.86	       =>  wckTime=1.08  cpuTime=1.01  mem=14M889
2.32	   
2.32	   search
2.32	     run=12  nbConstraintChecks=9276018  nbPropagations=372750  nbRevisions=5029477  nbUselessRevisions=4029510
2.32	     nbAssignments=6639  nbFailedAssignments=2670  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=71
2.32	       =>  wckTime=1.542  cpuTime=1.47  mem=14M889
2.98	   
2.98	   search
2.98	     run=13  nbConstraintChecks=13708754  nbPropagations=557323  nbRevisions=7573815  nbUselessRevisions=6071101
2.98	     nbAssignments=9871  nbFailedAssignments=3946  nbBacktracks=5828  nbVisitedNodes=17180  nbRestartNogoods=82
2.98	       =>  wckTime=2.197  cpuTime=2.13  mem=14M889
4.05	   
4.05	   search
4.05	     run=14  nbConstraintChecks=21079658  nbPropagations=839245  nbRevisions=11504410  nbUselessRevisions=9230168
4.05	     nbAssignments=15086  nbFailedAssignments=6236  nbBacktracks=8747  nbVisitedNodes=26475  nbRestartNogoods=91
4.05	       =>  wckTime=3.269  cpuTime=3.2  mem=14M889
5.57	   
5.57	   search
5.57	     run=15  nbConstraintChecks=31137657  nbPropagations=1258576  nbRevisions=17355141  nbUselessRevisions=13937053
5.57	     nbAssignments=22356  nbFailedAssignments=9122  nbBacktracks=13127  nbVisitedNodes=39190  nbRestartNogoods=99
5.57	       =>  wckTime=4.787  cpuTime=4.69  mem=14M889
7.89	   
7.89	   search
7.89	     run=16  nbConstraintChecks=47322316  nbPropagations=1892017  nbRevisions=26197952  nbUselessRevisions=21049266
7.89	     nbAssignments=33754  nbFailedAssignments=13945  nbBacktracks=19695  nbVisitedNodes=59292  nbRestartNogoods=103
7.89	       =>  wckTime=7.109  cpuTime=7.01  mem=14M889
11.07	   
11.07	   search
11.07	     run=17  nbConstraintChecks=68939656  nbPropagations=2822426  nbRevisions=39173047  nbUselessRevisions=31493502
11.07	     nbAssignments=49926  nbFailedAssignments=20257  nbBacktracks=29549  nbVisitedNodes=87223  nbRestartNogoods=110
11.07	       =>  wckTime=10.288  cpuTime=10.18  mem=14M889
16.15	   
16.15	   search
16.15	     run=18  nbConstraintChecks=104019052  nbPropagations=4220383  nbRevisions=58666825  nbUselessRevisions=47169918
16.15	     nbAssignments=74862  nbFailedAssignments=30405  nbBacktracks=44328  nbVisitedNodes=130591  nbRestartNogoods=117
16.15	       =>  wckTime=15.365  cpuTime=15.26  mem=14M889
23.94	   
23.95	   search
23.95	     run=19  nbConstraintChecks=158451920  nbPropagations=6329858  nbRevisions=88064432  nbUselessRevisions=70789004
23.95	     nbAssignments=112333  nbFailedAssignments=45703  nbBacktracks=66496  nbVisitedNodes=196242  nbRestartNogoods=136
23.95	       =>  wckTime=23.163  cpuTime=23.05  mem=14M889
34.46	   
34.46	   search
34.46	     run=20  nbConstraintChecks=231377112  nbPropagations=9410577  nbRevisions=130936666  nbUselessRevisions=105229858
34.46	     nbAssignments=164016  nbFailedAssignments=65947  nbBacktracks=97895  nbVisitedNodes=285682  nbRestartNogoods=148
34.46	       =>  wckTime=33.679  cpuTime=33.56  mem=14M889
34.46	   
34.46	   global
34.46	     nbConstraintChecks=231377112  nbPropagations=9410617  nbRevisions=130936666  nbUselessRevisions=105229858
34.46	     nbRestartNogoods=148  solvingWckTime=33.68  solvingCpuTime=33.56  expiredTime=no  totalExploration=no
34.46	     nbFoundSolutions=1  globalCpuTime=33.95
34.46	       =>  wckTime=34.17  cpuTime=33.9  mem=14M889
34.47	   
34.47	s SATISFIABLE
34.47	v 8 5 6 18 12 3 1 12 12 11 18 6 17 6 6 0 10 5 2 12 14 1 15 13 6 16 0 8 11 9 10 17 16 7 10 6 1 9 12 9 
34.47	d NODES 164016
34.47	d CHECKS 231377112
34.47	   
34.47	   totalWckTime=34.248  totalCpuTime=33.96

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-203051-1168072795 -o ROOT/results/node12/solver-203051-1168072795 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203051-1168072795/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: 1.85 1.81 1.84 4/93 20228
/proc/meminfo: memFree=1073648/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=1784 CPUtime=0
/proc/20227/stat : 20227 (java) D 20225 20227 20104 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 155674542 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 9696036 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20227/statm: 446 163 128 14 0 91 0

[startup+0.104335 s]
/proc/loadavg: 1.85 1.81 1.84 4/93 20228
/proc/meminfo: memFree=1073648/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=914988 CPUtime=0.1
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 3077 0 1 0 8 2 0 0 22 0 8 0 155674542 936947712 2823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.512407 s]
/proc/loadavg: 1.85 1.81 1.84 4/93 20228
/proc/meminfo: memFree=1073648/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915328 CPUtime=0.5
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 6969 0 1 0 46 4 0 0 25 0 8 0 155674542 937295872 6708 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228832 6708 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33656 s]
/proc/loadavg: 1.85 1.81 1.84 3/100 20235
/proc/meminfo: memFree=1050232/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915456 CPUtime=1.32
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 8641 0 1 0 126 6 0 0 25 0 8 0 155674542 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855019 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228864 8379 2513 14 0 215334 0
[pid=20227/tid=20229] ppid=20225 vsize=915456 CPUtime=0.02
/proc/20227/task/20229/stat : 20229 (java) S 20225 20227 20104 0 -1 64 285 0 0 0 2 0 0 0 16 0 8 0 155674546 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20230] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20230/stat : 20230 (java) S 20225 20227 20104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155674546 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20231] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20231/stat : 20231 (java) S 20225 20227 20104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155674546 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20232] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20232/stat : 20232 (java) S 20225 20227 20104 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155674549 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20233] ppid=20225 vsize=915456 CPUtime=0.2
/proc/20227/task/20233/stat : 20233 (java) S 20225 20227 20104 0 -1 64 383 0 0 0 19 1 0 0 16 0 8 0 155674549 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20234] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20234/stat : 20234 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155674549 937426944 8379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20235] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20235/stat : 20235 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155674549 937426944 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.97395 s]
/proc/loadavg: 1.85 1.81 1.84 3/100 20235
/proc/meminfo: memFree=1049912/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915456 CPUtime=2.95
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 8666 0 1 0 289 6 0 0 25 0 8 0 155674542 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810636 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228864 8403 2513 14 0 215334 0
[pid=20227/tid=20229] ppid=20225 vsize=915456 CPUtime=0.02
/proc/20227/task/20229/stat : 20229 (java) S 20225 20227 20104 0 -1 64 285 0 0 0 2 0 0 0 16 0 8 0 155674546 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20230] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20230/stat : 20230 (java) S 20225 20227 20104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155674546 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20231] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20231/stat : 20231 (java) S 20225 20227 20104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155674546 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20232] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20232/stat : 20232 (java) S 20225 20227 20104 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155674549 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20233] ppid=20225 vsize=915456 CPUtime=0.22
/proc/20227/task/20233/stat : 20233 (java) S 20225 20227 20104 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155674549 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20234] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20234/stat : 20234 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155674549 937426944 8403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20235] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20235/stat : 20235 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155674549 937426944 8403 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) 915456

[startup+6.27044 s]
/proc/loadavg: 1.86 1.81 1.84 3/100 20235
/proc/meminfo: memFree=1049912/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915456 CPUtime=6.22
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 8673 0 1 0 616 6 0 0 25 0 8 0 155674542 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228864 8410 2513 14 0 215334 0
[pid=20227/tid=20229] ppid=20225 vsize=915456 CPUtime=0.02
/proc/20227/task/20229/stat : 20229 (java) S 20225 20227 20104 0 -1 64 285 0 0 0 2 0 0 0 17 0 8 0 155674546 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20230] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20230/stat : 20230 (java) S 20225 20227 20104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155674546 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20231] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20231/stat : 20231 (java) S 20225 20227 20104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155674546 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20232] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20232/stat : 20232 (java) S 20225 20227 20104 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155674549 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20233] ppid=20225 vsize=915456 CPUtime=0.22
/proc/20227/task/20233/stat : 20233 (java) S 20225 20227 20104 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155674549 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20234] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20234/stat : 20234 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155674549 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20235] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20235/stat : 20235 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155674549 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915456

[startup+12.7456 s]
/proc/loadavg: 1.87 1.81 1.84 3/100 20235
/proc/meminfo: memFree=1049848/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915456 CPUtime=12.69
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 8679 0 1 0 1263 6 0 0 25 0 8 0 155674542 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813927 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228864 8415 2513 14 0 215334 0
[pid=20227/tid=20229] ppid=20225 vsize=915456 CPUtime=0.02
/proc/20227/task/20229/stat : 20229 (java) S 20225 20227 20104 0 -1 64 285 0 0 0 2 0 0 0 16 0 8 0 155674546 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20230] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20230/stat : 20230 (java) S 20225 20227 20104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155674546 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20231] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20231/stat : 20231 (java) S 20225 20227 20104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155674546 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20232] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20232/stat : 20232 (java) S 20225 20227 20104 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155674549 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20233] ppid=20225 vsize=915456 CPUtime=0.22
/proc/20227/task/20233/stat : 20233 (java) S 20225 20227 20104 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155674549 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20234] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20234/stat : 20234 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155674549 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20235] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20235/stat : 20235 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155674549 937426944 8415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915456

[startup+25.5941 s]
/proc/loadavg: 1.90 1.82 1.84 3/100 20235
/proc/meminfo: memFree=1049848/2055920 swapFree=4160348/4192956
[pid=20227] ppid=20225 vsize=915456 CPUtime=25.54
/proc/20227/stat : 20227 (java) R 20225 20227 20104 0 -1 0 8685 0 1 0 2547 7 0 0 25 0 8 0 155674542 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804025 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20227/statm: 228864 8421 2513 14 0 215334 0
[pid=20227/tid=20229] ppid=20225 vsize=915456 CPUtime=0.02
/proc/20227/task/20229/stat : 20229 (java) S 20225 20227 20104 0 -1 64 285 0 0 0 2 0 0 0 16 0 8 0 155674546 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20230] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20230/stat : 20230 (java) S 20225 20227 20104 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155674546 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20231] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20231/stat : 20231 (java) S 20225 20227 20104 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155674546 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20232] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20232/stat : 20232 (java) S 20225 20227 20104 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155674549 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20233] ppid=20225 vsize=915456 CPUtime=0.22
/proc/20227/task/20233/stat : 20233 (java) S 20225 20227 20104 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155674549 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20234] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20234/stat : 20234 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155674549 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20227/tid=20235] ppid=20225 vsize=915456 CPUtime=0
/proc/20227/task/20235/stat : 20235 (java) S 20225 20227 20104 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155674549 937426944 8421 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 34.5193
CPU time (s): 34.4248
CPU user time (s): 34.3468
CPU system time (s): 0.077988
CPU usage (%): 99.7263
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3468
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8776
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= 1810
involuntary context switches= 2971

runsolver used 0.046992 s user time and 0.116982 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 08:39:55 UTC 2007


IDJOB= 203051
IDBENCH= 3905
FILE ID= node12/203051-1168072795

PBS_JOBID= 3475754

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203051-1168072795/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-203051-1168072795 -o ROOT/results/node12/solver-203051-1168072795 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203051-1168072795/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7838a9623e74161e096b88eddb9e0368

RANDOM SEED= 175181644

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.265
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.265
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:       1074064 kB
Buffers:         28048 kB
Cached:         232264 kB
SwapCached:       4684 kB
Active:         689504 kB
Inactive:       210352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1074064 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         659248 kB
Slab:            65600 kB
Committed_AS:  4718044 kB
PageTables:       3304 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= 66316 MiB



End job on node12 on Sat Jan  6 08:40:30 UTC 2007