Trace number 208782

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 ESACSAT 15.2207 15.4439

DiagnosticValue
CHECKS12159815
NODES16744

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-43_ext.xml
MD5SUM5a5e88ff17d06998b6a764f8219b645b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.78881
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/208782-1168189974/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.40	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.65	   
0.65	   constraints being loaded...
0.80	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.80	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.80	       =>  wckTime=0.497  cpuTime=0.45  mem=41M538
0.88	   
0.88	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.739  cpuTime=0.58  mem=20M871
1.13	   
1.13	   preprocessing
1.13	     nbConstraintChecks=23414  nbValidityChecks=38015  nbPropagations=183  nbRevisions=1782  nbUselessRevisions=1502
1.13	     nbSingletonTests=29  nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.13	       =>  wckTime=0.089  cpuTime=0.06  mem=20M871
1.17	   
1.17	   search
1.17	     run=0  nbConstraintChecks=12022  nbValidityChecks=22905  nbPropagations=337  nbRevisions=3326
1.17	     nbUselessRevisions=2741  nbAssignments=19  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=30
1.17	     nbRestartNogoods=0  mapSize=5  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.126  cpuTime=0.09  mem=21M855
1.22	   
1.22	   search
1.22	     run=1  nbConstraintChecks=52998  nbValidityChecks=98273  nbPropagations=1093  nbRevisions=11199
1.22	     nbUselessRevisions=9087  nbAssignments=63  nbFailedAssignments=32  nbBacktracks=26  nbVisitedNodes=111
1.22	     nbRestartNogoods=2  mapSize=19  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.181  cpuTime=0.14  mem=21M855
1.28	   
1.28	   search
1.28	     run=2  nbConstraintChecks=87603  nbValidityChecks=171457  nbPropagations=2228  nbRevisions=23319
1.28	     nbUselessRevisions=18894  nbAssignments=112  nbFailedAssignments=50  nbBacktracks=50  nbVisitedNodes=186
1.28	     nbRestartNogoods=8  mapSize=37  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.238  cpuTime=0.19  mem=21M855
1.35	   
1.35	   search
1.35	     run=3  nbConstraintChecks=135679  nbValidityChecks=266759  nbPropagations=4065  nbRevisions=42602
1.35	     nbUselessRevisions=34353  nbAssignments=181  nbFailedAssignments=82  nbBacktracks=83  nbVisitedNodes=308
1.36	     nbRestartNogoods=9  mapSize=63  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.311  cpuTime=0.25  mem=21M855
1.45	   
1.45	   search
1.45	     run=4  nbConstraintChecks=202383  nbValidityChecks=398614  nbPropagations=6778  nbRevisions=70755
1.45	     nbUselessRevisions=56781  nbAssignments=268  nbFailedAssignments=115  nbBacktracks=134  nbVisitedNodes=458
1.45	     nbRestartNogoods=12  mapSize=102  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.401  cpuTime=0.34  mem=21M855
1.60	   
1.60	   search
1.60	     run=5  nbConstraintChecks=331799  nbValidityChecks=656497  nbPropagations=10889  nbRevisions=114570
1.60	     nbUselessRevisions=91591  nbAssignments=443  nbFailedAssignments=210  nbBacktracks=210  nbVisitedNodes=771
1.60	     nbRestartNogoods=18  mapSize=159  nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.553  cpuTime=0.49  mem=21M855
1.79	   
1.79	   search
1.79	     run=6  nbConstraintChecks=477404  nbValidityChecks=959125  nbPropagations=17101  nbRevisions=180824
1.79	     nbUselessRevisions=144137  nbAssignments=656  nbFailedAssignments=306  nbBacktracks=324  nbVisitedNodes=1138
1.79	     nbRestartNogoods=21  mapSize=245  nbInferences=0  nbTooLargeKeys=0
1.79	       =>  wckTime=0.743  cpuTime=0.67  mem=21M855
2.11	   
2.11	   search
2.11	     run=7  nbConstraintChecks=716348  nbValidityChecks=1455334  nbPropagations=26539  nbRevisions=281525
2.11	     nbUselessRevisions=223937  nbAssignments=991  nbFailedAssignments=460  nbBacktracks=497  nbVisitedNodes=1709
2.11	     nbRestartNogoods=27  mapSize=366  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=1.066  cpuTime=0.97  mem=21M855
2.66	   
2.66	   search
2.66	     run=8  nbConstraintChecks=1164522  nbValidityChecks=2343349  nbPropagations=40864  nbRevisions=436817
2.66	     nbUselessRevisions=346972  nbAssignments=1554  nbFailedAssignments=761  nbBacktracks=755  nbVisitedNodes=2725
2.66	     nbRestartNogoods=34  mapSize=572  nbInferences=0  nbTooLargeKeys=0
2.66	       =>  wckTime=1.616  cpuTime=1.49  mem=21M855
3.23	   
3.23	   search
3.23	     run=9  nbConstraintChecks=1630381  nbValidityChecks=3312379  nbPropagations=61910  nbRevisions=661912
3.23	     nbUselessRevisions=525169  nbAssignments=2287  nbFailedAssignments=1091  nbBacktracks=1141  nbVisitedNodes=3964
3.23	     nbRestartNogoods=45  mapSize=854  nbInferences=0  nbTooLargeKeys=0
3.23	       =>  wckTime=2.184  cpuTime=2.05  mem=21M855
3.58	   
3.58	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=21M855)
4.23	   
4.23	   search
4.23	     run=10  nbConstraintChecks=2461505  nbValidityChecks=5019057  nbPropagations=93126  nbRevisions=1001419
4.23	     nbUselessRevisions=794143  nbAssignments=3410  nbFailedAssignments=1637  nbBacktracks=1717  nbVisitedNodes=5924
4.23	     nbRestartNogoods=49
4.23	       =>  wckTime=3.187  cpuTime=3.03  mem=21M855
5.60	   
5.60	   search
5.60	     run=11  nbConstraintChecks=3644920  nbValidityChecks=7379634  nbPropagations=140120  nbRevisions=1506072
5.60	     nbUselessRevisions=1192854  nbAssignments=5018  nbFailedAssignments=2375  nbBacktracks=2581  nbVisitedNodes=8728
5.60	     nbRestartNogoods=63
5.60	       =>  wckTime=4.561  cpuTime=4.39  mem=21M855
8.10	   
8.10	   search
8.10	     run=12  nbConstraintChecks=5906142  nbValidityChecks=11813400  nbPropagations=211604  nbRevisions=2285137
8.10	     nbUselessRevisions=1808940  nbAssignments=7738  nbFailedAssignments=3775  nbBacktracks=3880  nbVisitedNodes=13580
8.10	     nbRestartNogoods=76
8.10	       =>  wckTime=7.059  cpuTime=6.86  mem=21M855
10.85	   
10.85	   search
10.85	     run=13  nbConstraintChecks=8246415  nbValidityChecks=16588817  nbPropagations=316834  nbRevisions=3414116
10.85	     nbUselessRevisions=2700806  nbAssignments=11333  nbFailedAssignments=5423  nbBacktracks=5826  nbVisitedNodes=19807
10.85	     nbRestartNogoods=78
10.85	       =>  wckTime=9.804  cpuTime=9.58  mem=21M855
15.38	   
15.38	   search
15.38	     run=14  nbConstraintChecks=12136401  nbValidityChecks=24538963  nbPropagations=473425  nbRevisions=5094706
15.38	     nbUselessRevisions=4028488  nbAssignments=16744  nbFailedAssignments=8066  nbBacktracks=8574  nbVisitedNodes=29328
15.38	     nbRestartNogoods=95
15.38	       =>  wckTime=14.334  cpuTime=14.07  mem=21M855
15.38	   
15.38	   global
15.38	     nbConstraintChecks=12159815  nbValidityChecks=24576978  nbPropagations=473608  nbRevisions=5096488
15.38	     nbUselessRevisions=4029990  nbRestartNogoods=95  solvingWckTime=14.335  solvingCpuTime=14.07  expiredTime=no
15.38	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=14.7
15.38	       =>  wckTime=15.077  cpuTime=14.65  mem=21M855
15.38	   
15.38	s SATISFIABLE
15.38	v 16 11 7 18 17 16 8 16 11 6 14 17 1 0 2 2 4 8 18 10 
15.38	d NODES 16744
15.38	d CHECKS 12159815
15.38	   
15.38	   totalWckTime=15.154  totalCpuTime=14.7

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/node18/watcher-208782-1168189974 -o ROOT/results/node18/solver-208782-1168189974 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208782-1168189974/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.94 2.00 1.99 5/98 439
/proc/meminfo: memFree=1478696/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=18540 CPUtime=0
/proc/438/stat : 438 (runsolver) R 436 438 32173 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 167392153 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/438/statm: 4635 279 244 17 0 2626 0

[startup+0.103065 s]
/proc/loadavg: 1.94 2.00 1.99 5/98 439
/proc/meminfo: memFree=1478696/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=914988 CPUtime=0.08
/proc/438/stat : 438 (java) D 436 438 32173 0 -1 0 2989 0 1 0 7 1 0 0 25 0 8 0 167392153 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511097 s]
/proc/loadavg: 1.94 2.00 1.99 5/98 439
/proc/meminfo: memFree=1478696/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=915328 CPUtime=0.48
/proc/438/stat : 438 (java) R 436 438 32173 0 -1 0 7911 0 1 0 44 4 0 0 25 0 8 0 167392153 937295872 7650 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228832 7650 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33318 s]
/proc/loadavg: 1.94 2.00 1.99 3/105 446
/proc/meminfo: memFree=1422384/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=915460 CPUtime=1.3
/proc/438/stat : 438 (java) R 436 438 32173 0 -1 0 16796 0 1 0 120 10 0 0 25 0 8 0 167392153 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942952 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228865 16534 2527 14 0 215335 0
[pid=438/tid=440] ppid=436 vsize=915460 CPUtime=0.06
/proc/438/task/440/stat : 440 (java) S 436 438 32173 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 167392157 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=441] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/441/stat : 441 (java) S 436 438 32173 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=442] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/442/stat : 442 (java) S 436 438 32173 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=443] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/443/stat : 443 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 167392161 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=444] ppid=436 vsize=915460 CPUtime=0.17
/proc/438/task/444/stat : 444 (java) S 436 438 32173 0 -1 64 360 0 0 0 17 0 0 0 16 0 8 0 167392161 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=445] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/445/stat : 445 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167392161 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=446] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/446/stat : 446 (java) S 436 438 32173 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167392161 937431040 16534 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97433 s]
/proc/loadavg: 1.94 2.00 1.99 4/105 446
/proc/meminfo: memFree=1422256/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=915460 CPUtime=2.9
/proc/438/stat : 438 (java) R 436 438 32173 0 -1 0 16814 0 1 0 280 10 0 0 25 0 8 0 167392153 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722346 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228865 16550 2527 14 0 215335 0
[pid=438/tid=440] ppid=436 vsize=915460 CPUtime=0.06
/proc/438/task/440/stat : 440 (java) S 436 438 32173 0 -1 64 1746 0 0 0 6 0 0 0 17 0 8 0 167392157 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=441] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/441/stat : 441 (java) S 436 438 32173 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=442] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/442/stat : 442 (java) S 436 438 32173 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=443] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/443/stat : 443 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 167392161 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=444] ppid=436 vsize=915460 CPUtime=0.21
/proc/438/task/444/stat : 444 (java) S 436 438 32173 0 -1 64 376 0 0 0 21 0 0 0 15 0 8 0 167392161 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=445] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/445/stat : 445 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167392161 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=446] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/446/stat : 446 (java) S 436 438 32173 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167392161 937431040 16550 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.17864 s]
/proc/loadavg: 1.95 2.00 1.99 3/105 446
/proc/meminfo: memFree=1422256/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=915460 CPUtime=6.08
/proc/438/stat : 438 (java) R 436 438 32173 0 -1 0 16823 0 1 0 598 10 0 0 25 0 8 0 167392153 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073762272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228865 16557 2527 14 0 215335 0
[pid=438/tid=440] ppid=436 vsize=915460 CPUtime=0.06
/proc/438/task/440/stat : 440 (java) S 436 438 32173 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=441] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/441/stat : 441 (java) S 436 438 32173 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=442] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/442/stat : 442 (java) S 436 438 32173 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=443] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/443/stat : 443 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=444] ppid=436 vsize=915460 CPUtime=0.22
/proc/438/task/444/stat : 444 (java) S 436 438 32173 0 -1 64 384 0 0 0 22 0 0 0 16 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=445] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/445/stat : 445 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=446] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/446/stat : 446 (java) S 436 438 32173 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915460

[startup+12.6523 s]
/proc/loadavg: 1.95 2.00 1.99 3/105 446
/proc/meminfo: memFree=1422256/2055920 swapFree=4192812/4192956
[pid=438] ppid=436 vsize=915460 CPUtime=12.49
/proc/438/stat : 438 (java) R 436 438 32173 0 -1 0 16823 0 1 0 1239 10 0 0 25 0 8 0 167392153 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 228865 16557 2527 14 0 215335 0
[pid=438/tid=440] ppid=436 vsize=915460 CPUtime=0.06
/proc/438/task/440/stat : 440 (java) S 436 438 32173 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=441] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/441/stat : 441 (java) S 436 438 32173 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=442] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/442/stat : 442 (java) S 436 438 32173 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167392157 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=443] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/443/stat : 443 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=444] ppid=436 vsize=915460 CPUtime=0.22
/proc/438/task/444/stat : 444 (java) S 436 438 32173 0 -1 64 384 0 0 0 22 0 0 0 16 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=445] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/445/stat : 445 (java) S 436 438 32173 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=446] ppid=436 vsize=915460 CPUtime=0
/proc/438/task/446/stat : 446 (java) S 436 438 32173 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167392161 937431040 16557 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 15.4439
CPU time (s): 15.2207
CPU user time (s): 15.1037
CPU system time (s): 0.116982
CPU usage (%): 98.5545
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1037
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16831
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= 1433
involuntary context switches= 2419

runsolver used 0.021996 s user time and 0.057991 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 17:12:55 UTC 2007


IDJOB= 208782
IDBENCH= 4446
FILE ID= node18/208782-1168189974

PBS_JOBID= 3478967

Free space on /tmp= 66286 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208782-1168189974/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-208782-1168189974 -o ROOT/results/node18/solver-208782-1168189974 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208782-1168189974/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5a5e88ff17d06998b6a764f8219b645b

RANDOM SEED= 139256601

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.231
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.231
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:       1479368 kB
Buffers:         39004 kB
Cached:         198180 kB
SwapCached:          0 kB
Active:         364612 kB
Inactive:       152532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         308980 kB
Slab:            43856 kB
Committed_AS:  5427232 kB
PageTables:       2552 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= 66286 MiB



End job on node18 on Sun Jan  7 17:13:11 UTC 2007