Trace number 247791

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 66.7569 67.1334

DiagnosticValue
CHECKS69049542
NODES270

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-2-7.xml
MD5SUM4d5617f10dc26854bc8e3212aa6ab9e6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/247791-1168085883/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.44	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.44	       =>  wckTime=0.111  cpuTime=0.1  mem=6M951
0.44	   
0.44	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.57	     nbConstraints=20  nbSingletonDomainVariables=24  nbDisconnectedVariables=24  nbConflictsStructures=2
0.57	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=18  nbSharedBinaryRepresentations=0
0.57	     nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=5  maxArity=9
0.57	       =>  wckTime=0.239  cpuTime=0.19  mem=8M902
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.446  cpuTime=0.33  mem=14M406
1.28	   
1.28	   preprocessing
1.28	     nbConstraintChecks=865561  nbValidityChecks=214  nbPropagations=101  nbRevisions=18  nbUselessRevisions=10
1.28	     nbRemovedValues=46  detectedInconsistency=no
1.28	       =>  wckTime=0.504  cpuTime=0.49  mem=14M406
20.84	   
20.84	   search
20.84	     run=0  nbConstraintChecks=19933798  nbValidityChecks=4063  nbPropagations=292  nbRevisions=312
20.84	     nbUselessRevisions=138  nbAssignments=55  nbFailedAssignments=24  nbBacktracks=10  nbVisitedNodes=80
20.84	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
20.84	       =>  wckTime=20.064  cpuTime=19.94  mem=15M381
41.96	   
41.96	   search
41.96	     run=1  nbConstraintChecks=41885580  nbValidityChecks=6193  nbPropagations=780  nbRevisions=839
41.96	     nbUselessRevisions=364  nbAssignments=124  nbFailedAssignments=51  nbBacktracks=25  nbVisitedNodes=176
41.96	     nbRestartNogoods=15  mapSize=22  nbInferences=0  nbTooLargeKeys=0
41.96	       =>  wckTime=41.187  cpuTime=40.96  mem=15M381
67.07	   
67.07	   search
67.07	     run=2  nbConstraintChecks=68183981  nbValidityChecks=10848  nbPropagations=1607  nbRevisions=1703
67.07	     nbUselessRevisions=720  nbAssignments=270  nbFailedAssignments=84  nbBacktracks=38  nbVisitedNodes=355
67.07	     nbRestartNogoods=36  mapSize=35  nbInferences=0  nbTooLargeKeys=0
67.07	       =>  wckTime=66.292  cpuTime=65.94  mem=15M381
67.07	   
67.07	   global
67.07	     nbConstraintChecks=69049542  nbValidityChecks=11062  nbPropagations=1708  nbRevisions=1721  nbUselessRevisions=730
67.07	     nbRestartNogoods=36  solvingWckTime=66.294  solvingCpuTime=65.94  expiredTime=no  totalExploration=no
67.07	     nbFoundSolutions=1  globalCpuTime=66.31
67.07	       =>  wckTime=66.741  cpuTime=66.27  mem=15M381
67.07	   
67.07	s SATISFIABLE
67.07	v 2 2 20 14 3 27 5 2 29 29 20 2 2 29 2 2 2 2 2 2 2 29 2 2 2 2 24 15 2 18 6 2 26 29 29 28 4 26 4 15 27 13 2 6 2 2 19 28 4 2 10 2 2 3 28 2 2 2 2 19 2 21 2 3 8 29 4 27 2 5 2 2 11 2 8 2 2 2 2 29 2 28 10 28 22 24 29 2 2 29 20 2 2 17 25 2 2 20 2 27 
67.07	d NODES 270
67.07	d CHECKS 69049542
67.07	   
67.07	   totalWckTime=66.824  totalCpuTime=66.31

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/node58/watcher-247791-1168085883 -o ROOT/results/node58/solver-247791-1168085883 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247791-1168085883/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.00 0.19 0.88 4/70 31302
/proc/meminfo: memFree=1644320/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=308 CPUtime=0
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 57 0 0 0 0 0 0 0 21 0 1 0 156987922 315392 40 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4871076 0 0 4096 0 0 0 0 17 1 0 0
/proc/31301/statm: 374 44 34 14 0 7 0

[startup+0.106864 s]
/proc/loadavg: 0.00 0.19 0.88 4/70 31302
/proc/meminfo: memFree=1644320/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=912760 CPUtime=0.07
/proc/31301/stat : 31301 (java) S 31297 31301 31054 0 -1 0 2788 0 1 0 6 1 0 0 17 0 8 0 156987922 934666240 2534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228190 2534 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.515898 s]
/proc/loadavg: 0.00 0.19 0.88 4/70 31302
/proc/meminfo: memFree=1644320/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=0.48
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 6584 0 1 0 44 4 0 0 20 0 8 0 156987922 937426944 6323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 6323 2165 14 0 215334 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915456

[startup+1.33697 s]
/proc/loadavg: 0.00 0.19 0.88 3/87 31319
/proc/meminfo: memFree=1596632/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=1.31
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8577 0 1 0 125 6 0 0 25 0 8 0 156987922 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601996 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8315 2529 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 150 0 0 0 2 0 0 0 16 0 8 0 156987928 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.14
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 339 0 0 0 14 0 0 0 15 0 8 0 156987931 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.9741 s]
/proc/loadavg: 0.00 0.19 0.88 3/87 31319
/proc/meminfo: memFree=1596120/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=2.94
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8584 0 1 0 288 6 0 0 25 0 8 0 156987922 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8321 2529 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 150 0 0 0 2 0 0 0 17 0 8 0 156987928 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.15
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 345 0 0 0 15 0 0 0 15 0 8 0 156987931 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915456

[startup+6.25838 s]
/proc/loadavg: 0.16 0.22 0.89 3/87 31319
/proc/meminfo: memFree=1595800/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=6.21
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8594 0 1 0 615 6 0 0 25 0 8 0 156987922 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073605204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8329 2530 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 150 0 0 0 2 0 0 0 16 0 8 0 156987928 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.15
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 346 0 0 0 15 0 0 0 15 0 8 0 156987931 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915456

[startup+12.7369 s]
/proc/loadavg: 0.31 0.24 0.90 3/87 31319
/proc/meminfo: memFree=1595736/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=12.65
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8596 0 1 0 1259 6 0 0 25 0 8 0 156987922 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073595677 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8330 2530 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 150 0 0 0 2 0 0 0 16 0 8 0 156987928 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.15
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 348 0 0 0 15 0 0 0 16 0 8 0 156987931 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915456

[startup+25.599 s]
/proc/loadavg: 0.68 0.33 0.91 3/87 31319
/proc/meminfo: memFree=1595672/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=25.45
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8613 0 1 0 2539 6 0 0 25 0 8 0 156987922 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8344 2533 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 156987928 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.16
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 351 0 0 0 16 0 0 0 16 0 8 0 156987931 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915456

[startup+51.2002 s]
/proc/loadavg: 1.13 0.46 0.94 3/87 31319
/proc/meminfo: memFree=1595672/2055920 swapFree=4192812/4192956
[pid=31301] ppid=31297 vsize=915456 CPUtime=50.94
/proc/31301/stat : 31301 (java) R 31297 31301 31054 0 -1 0 8625 0 1 0 5088 6 0 0 25 0 8 0 156987922 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31301/statm: 228864 8351 2533 14 0 215334 0
[pid=31301/tid=31306] ppid=31297 vsize=915456 CPUtime=0.02
/proc/31301/task/31306/stat : 31306 (java) S 31297 31301 31054 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 156987928 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31310] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31310/stat : 31310 (java) S 31297 31301 31054 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156987928 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31311] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31311/stat : 31311 (java) S 31297 31301 31054 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156987928 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31316] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31316/stat : 31316 (java) S 31297 31301 31054 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156987931 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31317] ppid=31297 vsize=915456 CPUtime=0.16
/proc/31301/task/31317/stat : 31317 (java) S 31297 31301 31054 0 -1 64 355 0 0 0 16 0 0 0 16 0 8 0 156987931 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31318] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31318/stat : 31318 (java) S 31297 31301 31054 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156987931 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31301/tid=31319] ppid=31297 vsize=915456 CPUtime=0
/proc/31301/task/31319/stat : 31319 (java) S 31297 31301 31054 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156987932 937426944 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 67.1334
CPU time (s): 66.7569
CPU user time (s): 66.6819
CPU system time (s): 0.074988
CPU usage (%): 99.439
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6819
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8733
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= 2243
involuntary context switches= 3087

runsolver used 0.086986 s user time and 0.209968 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 12:18:08 UTC 2007


IDJOB= 247791
IDBENCH= 11657
FILE ID= node58/247791-1168085883

PBS_JOBID= 3476570

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-20-2-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247791-1168085883/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-247791-1168085883 -o ROOT/results/node58/solver-247791-1168085883 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247791-1168085883/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4d5617f10dc26854bc8e3212aa6ab9e6

RANDOM SEED= 898677232

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.223
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.223
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:       1645064 kB
Buffers:         25020 kB
Cached:         300088 kB
SwapCached:          0 kB
Active:          81272 kB
Inactive:       263972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3392 kB
Writeback:           0 kB
Mapped:          30308 kB
Slab:            51392 kB
Committed_AS:  2270756 kB
PageTables:       1588 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= 66534 MiB



End job on node58 on Sat Jan  6 12:19:35 UTC 2007