Trace number 208783

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 16.2655 16.4852

DiagnosticValue
CHECKS12812748
NODES17601

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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/208783-1168074838/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.44	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.87	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.87	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.87	       =>  wckTime=0.525  cpuTime=0.48  mem=41M538
0.95	   
0.95	   solver IterativeSystematicSolver being built... 
1.11	       =>  wckTime=0.768  cpuTime=0.61  mem=21M116
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.0030  cpuTime=0.0  mem=21M116
1.20	   
1.20	   search
1.20	     run=0  nbConstraintChecks=12813  nbValidityChecks=21506  nbPropagations=174  nbRevisions=1544
1.20	     nbUselessRevisions=1239  nbAssignments=19  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=30
1.20	     nbRestartNogoods=0  mapSize=5  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.081  cpuTime=0.04  mem=21M116
1.26	   
1.26	   search
1.26	     run=1  nbConstraintChecks=43477  nbValidityChecks=80101  nbPropagations=680  nbRevisions=6650
1.26	     nbUselessRevisions=5329  nbAssignments=56  nbFailedAssignments=23  nbBacktracks=25  nbVisitedNodes=94
1.26	     nbRestartNogoods=2  mapSize=17  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.143  cpuTime=0.09  mem=21M116
1.31	   
1.31	   search
1.31	     run=2  nbConstraintChecks=72527  nbValidityChecks=140440  nbPropagations=1649  nbRevisions=16466
1.31	     nbUselessRevisions=13109  nbAssignments=103  nbFailedAssignments=44  nbBacktracks=49  nbVisitedNodes=171
1.31	     nbRestartNogoods=13  mapSize=33  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.2  cpuTime=0.14  mem=21M116
1.39	   
1.39	   search
1.39	     run=3  nbConstraintChecks=117756  nbValidityChecks=234154  nbPropagations=3223  nbRevisions=32835
1.39	     nbUselessRevisions=26094  nbAssignments=166  nbFailedAssignments=69  nbBacktracks=84  nbVisitedNodes=276
1.39	     nbRestartNogoods=16  mapSize=56  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.274  cpuTime=0.2  mem=21M116
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=187627  nbValidityChecks=379788  nbPropagations=5802  nbRevisions=59497
1.48	     nbUselessRevisions=47217  nbAssignments=275  nbFailedAssignments=122  nbBacktracks=134  nbVisitedNodes=467
1.48	     nbRestartNogoods=20  mapSize=92  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.368  cpuTime=0.29  mem=21M116
1.65	   
1.65	   search
1.65	     run=5  nbConstraintChecks=323900  nbValidityChecks=651834  nbPropagations=9873  nbRevisions=103288
1.65	     nbUselessRevisions=82052  nbAssignments=437  nbFailedAssignments=207  nbBacktracks=209  nbVisitedNodes=759
1.65	     nbRestartNogoods=28  mapSize=152  nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.54  cpuTime=0.46  mem=21M116
1.88	   
1.88	   search
1.88	     run=6  nbConstraintChecks=510070  nbValidityChecks=1012045  nbPropagations=16072  nbRevisions=170356
1.88	     nbUselessRevisions=135239  nbAssignments=681  nbFailedAssignments=334  nbBacktracks=324  nbVisitedNodes=1192
1.88	     nbRestartNogoods=33  mapSize=240  nbInferences=0  nbTooLargeKeys=0
1.88	       =>  wckTime=0.765  cpuTime=0.68  mem=21M116
2.17	   
2.17	   search
2.17	     run=7  nbConstraintChecks=735805  nbValidityChecks=1483163  nbPropagations=25564  nbRevisions=272104
2.17	     nbUselessRevisions=215866  nbAssignments=1034  nbFailedAssignments=512  nbBacktracks=495  nbVisitedNodes=1808
2.17	     nbRestartNogoods=40  mapSize=371  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=1.052  cpuTime=0.96  mem=21M116
2.63	   
2.63	   search
2.63	     run=8  nbConstraintChecks=1089682  nbValidityChecks=2204865  nbPropagations=39695  nbRevisions=423723
2.63	     nbUselessRevisions=336212  nbAssignments=1521  nbFailedAssignments=739  nbBacktracks=753  nbVisitedNodes=2659
2.63	     nbRestartNogoods=54  mapSize=565  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=1.517  cpuTime=1.4  mem=21M116
3.35	   
3.35	   search
3.35	     run=9  nbConstraintChecks=1662907  nbValidityChecks=3401415  nbPropagations=60695  nbRevisions=653066
3.35	     nbUselessRevisions=518489  nbAssignments=2285  nbFailedAssignments=1117  nbBacktracks=1137  nbVisitedNodes=4000
3.35	     nbRestartNogoods=66  mapSize=830  nbInferences=0  nbTooLargeKeys=0
3.35	       =>  wckTime=2.232  cpuTime=2.1  mem=21M116
3.86	   
3.86	   INFO : Stopping hyperNogood (mapSize=1033, nbTooLargekeys=0, mem=22M84)
4.41	   
4.41	   search
4.41	     run=10  nbConstraintChecks=2580602  nbValidityChecks=5192836  nbPropagations=92453  nbRevisions=998122
4.41	     nbUselessRevisions=791638  nbAssignments=3458  nbFailedAssignments=1710  nbBacktracks=1716  nbVisitedNodes=6078
4.41	     nbRestartNogoods=79
4.41	       =>  wckTime=3.301  cpuTime=3.15  mem=22M84
5.61	   
5.61	   search
5.61	     run=11  nbConstraintChecks=3584861  nbValidityChecks=7231649  nbPropagations=138715  nbRevisions=1493956
5.61	     nbUselessRevisions=1183650  nbAssignments=5010  nbFailedAssignments=2396  nbBacktracks=2580  nbVisitedNodes=8756
5.61	     nbRestartNogoods=96
5.61	       =>  wckTime=4.495  cpuTime=4.33  mem=22M84
7.74	   
7.74	   search
7.74	     run=12  nbConstraintChecks=5402860  nbValidityChecks=10920306  nbPropagations=208664  nbRevisions=2242527
7.74	     nbUselessRevisions=1775422  nbAssignments=7563  nbFailedAssignments=3646  nbBacktracks=3882  nbVisitedNodes=13254
7.74	     nbRestartNogoods=115
7.74	       =>  wckTime=6.622  cpuTime=6.44  mem=22M84
11.33	   
11.33	   search
11.33	     run=13  nbConstraintChecks=8537209  nbValidityChecks=17199811  nbPropagations=315669  nbRevisions=3401952
11.33	     nbUselessRevisions=2692866  nbAssignments=11643  nbFailedAssignments=5772  nbBacktracks=5829  nbVisitedNodes=20528
11.33	     nbRestartNogoods=133
11.33	       =>  wckTime=10.22  cpuTime=10.01  mem=22M84
16.08	   
16.08	   search
16.08	     run=14  nbConstraintChecks=12507631  nbValidityChecks=25276551  nbPropagations=474229  nbRevisions=5120583
16.08	     nbUselessRevisions=4054423  nbAssignments=17136  nbFailedAssignments=8342  nbBacktracks=8748  nbVisitedNodes=30093
16.08	     nbRestartNogoods=155
16.08	       =>  wckTime=14.966  cpuTime=14.71  mem=22M84
16.44	   
16.44	   search
16.44	     run=15  nbConstraintChecks=12812748  nbValidityChecks=25891293  nbPropagations=637020  nbRevisions=6883026
16.44	     nbUselessRevisions=5450543  nbAssignments=17601  nbFailedAssignments=8548  nbBacktracks=8987  nbVisitedNodes=30893
16.44	     nbRestartNogoods=171
16.44	       =>  wckTime=15.326  cpuTime=15.07  mem=22M84
16.44	   
16.44	   global
16.44	     nbConstraintChecks=12812748  nbValidityChecks=25891293  nbPropagations=637040  nbRevisions=6883026
16.44	     nbUselessRevisions=5450543  nbRestartNogoods=171  solvingWckTime=15.327  solvingCpuTime=15.07  expiredTime=no
16.44	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=15.73
16.44	       =>  wckTime=16.098  cpuTime=15.68  mem=22M84
16.44	   
16.44	s SATISFIABLE
16.44	v 16 11 7 18 17 16 8 16 11 6 14 17 1 0 2 2 4 8 18 10 
16.44	d NODES 17601
16.44	d CHECKS 12812748
16.44	   
16.45	   totalWckTime=16.18  totalCpuTime=15.73

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/node11/watcher-208783-1168074838 -o ROOT/results/node11/solver-208783-1168074838 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208783-1168074838/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.92 1.98 1.99 4/93 28450
/proc/meminfo: memFree=1536400/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=9948 CPUtime=0
/proc/28449/stat : 28449 (java) S 28447 28449 27692 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 155878999 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/28449/statm: 2487 472 386 14 0 1142 0

[startup+0.104389 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 28450
/proc/meminfo: memFree=1536400/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=911488 CPUtime=0.06
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 2574 0 1 0 5 1 0 0 20 0 8 0 155878999 933363712 2321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155477449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 227872 2321 1266 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.515471 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 28450
/proc/meminfo: memFree=1536400/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=915328 CPUtime=0.46
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 6997 0 1 0 43 3 0 0 18 0 8 0 155878999 937295872 6736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 228832 6736 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.34264 s]
/proc/loadavg: 1.92 1.98 1.99 3/100 28457
/proc/meminfo: memFree=1480088/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=915460 CPUtime=1.28
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 16775 0 1 0 120 8 0 0 24 0 8 0 155878999 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073733309 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 228865 16512 2517 14 0 215335 0
[pid=28449/tid=28451] ppid=28447 vsize=915460 CPUtime=0.06
/proc/28449/task/28451/stat : 28451 (java) S 28447 28449 27692 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155879004 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28452] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28452/stat : 28452 (java) S 28447 28449 27692 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28453] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28453/stat : 28453 (java) S 28447 28449 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28454] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28454/stat : 28454 (java) S 28447 28449 27692 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155879009 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28455] ppid=28447 vsize=915460 CPUtime=0.17
/proc/28449/task/28455/stat : 28455 (java) S 28447 28449 27692 0 -1 64 356 0 0 0 16 1 0 0 15 0 8 0 155879009 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28456] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28456/stat : 28456 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155879009 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28457] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28457/stat : 28457 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155879009 937431040 16512 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.97996 s]
/proc/loadavg: 1.93 1.98 1.99 3/100 28457
/proc/meminfo: memFree=1479896/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=915460 CPUtime=2.9
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 16796 0 1 0 282 8 0 0 25 0 8 0 155878999 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 228865 16532 2517 14 0 215335 0
[pid=28449/tid=28451] ppid=28447 vsize=915460 CPUtime=0.06
/proc/28449/task/28451/stat : 28451 (java) S 28447 28449 27692 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155879004 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28452] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28452/stat : 28452 (java) S 28447 28449 27692 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28453] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28453/stat : 28453 (java) S 28447 28449 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28454] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28454/stat : 28454 (java) S 28447 28449 27692 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155879009 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28455] ppid=28447 vsize=915460 CPUtime=0.22
/proc/28449/task/28455/stat : 28455 (java) S 28447 28449 27692 0 -1 64 377 0 0 0 21 1 0 0 16 0 8 0 155879009 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28456] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28456/stat : 28456 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155879009 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28457] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28457/stat : 28457 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155879009 937431040 16532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.1816 s]
/proc/loadavg: 1.93 1.98 1.99 3/100 28457
/proc/meminfo: memFree=1479840/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=915460 CPUtime=6.07
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 16808 0 1 0 599 8 0 0 25 0 8 0 155878999 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 228865 16541 2517 14 0 215335 0
[pid=28449/tid=28451] ppid=28447 vsize=915460 CPUtime=0.06
/proc/28449/task/28451/stat : 28451 (java) S 28447 28449 27692 0 -1 64 1746 0 0 0 6 0 0 0 17 0 8 0 155879004 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28452] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28452/stat : 28452 (java) S 28447 28449 27692 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28453] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28453/stat : 28453 (java) S 28447 28449 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28454] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28454/stat : 28454 (java) S 28447 28449 27692 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28455] ppid=28447 vsize=915460 CPUtime=0.24
/proc/28449/task/28455/stat : 28455 (java) S 28447 28449 27692 0 -1 64 385 0 0 0 23 1 0 0 15 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28456] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28456/stat : 28456 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28457] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28457/stat : 28457 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 915460

[startup+12.6619 s]
/proc/loadavg: 1.94 1.98 1.99 3/100 28457
/proc/meminfo: memFree=1479840/2055920 swapFree=4192812/4192956
[pid=28449] ppid=28447 vsize=915460 CPUtime=12.48
/proc/28449/stat : 28449 (java) R 28447 28449 27692 0 -1 0 16808 0 1 0 1240 8 0 0 25 0 8 0 155878999 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073733334 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28449/statm: 228865 16541 2517 14 0 215335 0
[pid=28449/tid=28451] ppid=28447 vsize=915460 CPUtime=0.06
/proc/28449/task/28451/stat : 28451 (java) S 28447 28449 27692 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 155879004 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28452] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28452/stat : 28452 (java) S 28447 28449 27692 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28453] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28453/stat : 28453 (java) S 28447 28449 27692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155879005 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28454] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28454/stat : 28454 (java) S 28447 28449 27692 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28455] ppid=28447 vsize=915460 CPUtime=0.24
/proc/28449/task/28455/stat : 28455 (java) S 28447 28449 27692 0 -1 64 385 0 0 0 23 1 0 0 15 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28456] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28456/stat : 28456 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28449/tid=28457] ppid=28447 vsize=915460 CPUtime=0
/proc/28449/task/28457/stat : 28457 (java) S 28447 28449 27692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155879009 937431040 16541 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 16.4852
CPU time (s): 16.2655
CPU user time (s): 16.1625
CPU system time (s): 0.102984
CPU usage (%): 98.6677
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1625
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16815
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= 1393
involuntary context switches= 1920

runsolver used 0.027995 s user time and 0.06299 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 09:14:00 UTC 2007


IDJOB= 208783
IDBENCH= 4446
FILE ID= node11/208783-1168074838

PBS_JOBID= 3475731

Free space on /tmp= 66313 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 mac.xml 1 XSax /tmp/evaluation/208783-1168074838/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-208783-1168074838 -o ROOT/results/node11/solver-208783-1168074838 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208783-1168074838/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5a5e88ff17d06998b6a764f8219b645b

RANDOM SEED= 388816718

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.261
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	: 5931.00
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.261
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:       1536816 kB
Buffers:         38400 kB
Cached:         216668 kB
SwapCached:          0 kB
Active:         246644 kB
Inactive:       188112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:         208720 kB
Slab:            68724 kB
Committed_AS:  5088172 kB
PageTables:       2652 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= 66313 MiB



End job on node11 on Sat Jan  6 09:14:17 UTC 2007