Trace number 248974

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 17.4004 17.6229

DiagnosticValue
CHECKS22986717
NODES765

General information on the benchmark

Nameprimes/primes-15/
primes-15-40-2-5.xml
MD5SUM5d0beba664e5faea8d864432f450c6ae
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 benchmark17.4004
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/248974-1168086055/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.41	       =>  wckTime=0.108  cpuTime=0.09  mem=6M951
0.41	   
0.41	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.89	     nbConstraints=40  nbSingletonDomainVariables=15  nbDisconnectedVariables=15  nbConvertedConstraints=7
0.89	     nbConvertConstraintsChecks=890836  nbExtensionStructures=7  nbSharedExtensionStructures=0  nbConflictsStructures=16
0.89	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=24  nbSharedBinaryRepresentations=623
0.89	     nbEvaluationManagers=33  nbSharedEvaluationManagers=0  maxDegree=5  maxArity=7
0.89	       =>  wckTime=0.585  cpuTime=0.52  mem=8M935
0.93	   
0.93	   solver IterativeSystematicSolver being built... 
1.09	       =>  wckTime=0.783  cpuTime=0.65  mem=14M496
1.27	   
1.27	   preprocessing
1.27	     nbConstraintChecks=399389  nbValidityChecks=209  nbPropagations=119  nbRevisions=58  nbUselessRevisions=5
1.27	     nbRemovedValues=1390  detectedInconsistency=no
1.27	       =>  wckTime=0.179  cpuTime=0.17  mem=14M496
2.51	   
2.51	   search
2.52	     run=0  nbConstraintChecks=1779094  nbValidityChecks=3052  nbPropagations=398  nbRevisions=394
2.52	     nbUselessRevisions=97  nbAssignments=60  nbFailedAssignments=13  nbBacktracks=13  nbVisitedNodes=74
2.52	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.52	       =>  wckTime=1.425  cpuTime=1.39  mem=15M487
4.54	   
4.54	   search
4.54	     run=1  nbConstraintChecks=4520454  nbValidityChecks=7121  nbPropagations=1124  nbRevisions=1189
4.54	     nbUselessRevisions=300  nbAssignments=136  nbFailedAssignments=35  nbBacktracks=33  nbVisitedNodes=172
4.54	     nbRestartNogoods=5  mapSize=25  nbInferences=0  nbTooLargeKeys=0
4.54	       =>  wckTime=3.449  cpuTime=3.39  mem=15M487
5.32	   
5.32	   search
5.32	     run=2  nbConstraintChecks=5617080  nbValidityChecks=10952  nbPropagations=2138  nbRevisions=2320
5.33	     nbUselessRevisions=603  nbAssignments=210  nbFailedAssignments=58  nbBacktracks=60  nbVisitedNodes=269
5.33	     nbRestartNogoods=10  mapSize=39  nbInferences=0  nbTooLargeKeys=0
5.33	       =>  wckTime=4.235  cpuTime=4.15  mem=15M487
5.97	   
5.97	   search
5.97	     run=3  nbConstraintChecks=6623283  nbValidityChecks=13119  nbPropagations=3370  nbRevisions=3709
5.97	     nbUselessRevisions=1004  nbAssignments=267  nbFailedAssignments=66  nbBacktracks=93  nbVisitedNodes=334
5.97	     nbRestartNogoods=12  mapSize=63  nbInferences=0  nbTooLargeKeys=0
5.97	       =>  wckTime=4.878  cpuTime=4.79  mem=15M487
8.28	   
8.29	   search
8.29	     run=4  nbConstraintChecks=9668991  nbValidityChecks=19453  nbPropagations=5227  nbRevisions=5848
8.29	     nbUselessRevisions=1595  nbAssignments=371  nbFailedAssignments=98  nbBacktracks=143  nbVisitedNodes=470
8.29	     nbRestartNogoods=13  mapSize=103  nbInferences=0  nbTooLargeKeys=0
8.29	       =>  wckTime=7.196  cpuTime=7.08  mem=15M487
15.15	   
15.15	   search
15.15	     run=5  nbConstraintChecks=19237675  nbValidityChecks=30999  nbPropagations=8360  nbRevisions=9351
15.15	     nbUselessRevisions=2412  nbAssignments=629  nbFailedAssignments=254  nbBacktracks=221  nbVisitedNodes=884
15.15	     nbRestartNogoods=17  mapSize=152  nbInferences=0  nbTooLargeKeys=0
15.15	       =>  wckTime=14.061  cpuTime=13.89  mem=15M487
17.56	   
17.56	   search
17.56	     run=6  nbConstraintChecks=22587328  nbValidityChecks=34956  nbPropagations=11867  nbRevisions=13253
17.56	     nbUselessRevisions=3345  nbAssignments=765  nbFailedAssignments=282  nbBacktracks=229  nbVisitedNodes=1048
17.56	     nbRestartNogoods=24  mapSize=156  nbInferences=0  nbTooLargeKeys=0
17.56	       =>  wckTime=16.469  cpuTime=16.27  mem=15M487
17.56	   
17.56	   global
17.56	     nbConstraintChecks=22986717  nbValidityChecks=35165  nbPropagations=11986  nbRevisions=13311
17.56	     nbUselessRevisions=3350  nbRestartNogoods=24  solvingWckTime=16.47  solvingCpuTime=16.27  expiredTime=no
17.56	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=16.98
17.56	       =>  wckTime=17.255  cpuTime=16.93  mem=15M487
17.56	   
17.56	s SATISFIABLE
17.56	v 43 3 2 2 2 37 3 47 21 4 45 19 3 11 23 3 4 17 2 14 37 45 44 2 2 13 4 43 17 9 47 43 46 7 14 34 43 2 3 19 28 4 43 47 47 2 23 47 11 2 23 3 2 13 37 7 5 12 37 2 8 7 47 2 12 11 2 29 43 5 22 6 41 2 47 2 39 2 4 30 2 2 17 23 23 21 39 37 47 7 36 2 37 7 11 19 3 11 33 47 
17.56	d NODES 765
17.56	d CHECKS 22986717
17.56	   
17.56	   totalWckTime=17.331  totalCpuTime=16.98

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/node39/watcher-248974-1168086055 -o ROOT/results/node39/solver-248974-1168086055 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248974-1168086055/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.89 0.57 1.00 3/80 23730
/proc/meminfo: memFree=1664760/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=18540 CPUtime=0
/proc/23729/stat : 23729 (runsolver) R 23727 23729 23304 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 157005874 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231493659943 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23729/statm: 4635 280 244 17 0 2626 0

[startup+0.107201 s]
/proc/loadavg: 0.89 0.57 1.00 3/80 23730
/proc/meminfo: memFree=1664760/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=914988 CPUtime=0.08
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 2987 0 1 0 7 1 0 0 24 0 8 0 157005874 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515231 s]
/proc/loadavg: 0.89 0.57 1.00 3/80 23730
/proc/meminfo: memFree=1664760/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=915460 CPUtime=0.49
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 6632 0 1 0 45 4 0 0 25 0 8 0 157005874 937431040 6371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073342000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228865 6371 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33631 s]
/proc/loadavg: 0.98 0.60 1.00 3/87 23737
/proc/meminfo: memFree=1641408/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=915460 CPUtime=1.3
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 8651 0 1 0 125 5 0 0 25 0 8 0 157005874 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228865 8389 2529 14 0 215335 0
[pid=23729/tid=23731] ppid=23727 vsize=915460 CPUtime=0.02
/proc/23729/task/23731/stat : 23731 (java) S 23727 23729 23304 0 -1 64 170 0 0 0 2 0 0 0 17 0 8 0 157005878 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23732] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23732/stat : 23732 (java) S 23727 23729 23304 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23733] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23733/stat : 23733 (java) S 23727 23729 23304 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23734] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23734/stat : 23734 (java) S 23727 23729 23304 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 157005882 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23735] ppid=23727 vsize=915460 CPUtime=0.13
/proc/23729/task/23735/stat : 23735 (java) S 23727 23729 23304 0 -1 64 346 0 0 0 13 0 0 0 16 0 8 0 157005882 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23736] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23736/stat : 23736 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157005882 937431040 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23737/stat : 23737 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157005882 937431040 8389 18446744073709551615 134512640 134570532 4294956480 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.97346 s]
/proc/loadavg: 0.98 0.60 1.00 3/87 23737
/proc/meminfo: memFree=1640960/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=915460 CPUtime=2.92
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 8692 0 1 0 286 6 0 0 25 0 8 0 157005874 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228865 8428 2533 14 0 215335 0
[pid=23729/tid=23731] ppid=23727 vsize=915460 CPUtime=0.02
/proc/23729/task/23731/stat : 23731 (java) S 23727 23729 23304 0 -1 64 171 0 0 0 2 0 0 0 16 0 8 0 157005878 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23732] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23732/stat : 23732 (java) S 23727 23729 23304 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23733] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23733/stat : 23733 (java) S 23727 23729 23304 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23734] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23734/stat : 23734 (java) S 23727 23729 23304 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 157005882 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23735] ppid=23727 vsize=915460 CPUtime=0.16
/proc/23729/task/23735/stat : 23735 (java) S 23727 23729 23304 0 -1 64 361 0 0 0 15 1 0 0 15 0 8 0 157005882 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23736] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23736/stat : 23736 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157005882 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23737/stat : 23737 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157005882 937431040 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.25875 s]
/proc/loadavg: 1.06 0.62 1.01 3/87 23737
/proc/meminfo: memFree=1640848/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=915460 CPUtime=6.17
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 8726 0 1 0 611 6 0 0 25 0 8 0 157005874 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228865 8459 2533 14 0 215335 0
[pid=23729/tid=23731] ppid=23727 vsize=915460 CPUtime=0.02
/proc/23729/task/23731/stat : 23731 (java) S 23727 23729 23304 0 -1 64 171 0 0 0 2 0 0 0 17 0 8 0 157005878 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23732] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23732/stat : 23732 (java) S 23727 23729 23304 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23733] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23733/stat : 23733 (java) S 23727 23729 23304 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23734] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23734/stat : 23734 (java) S 23727 23729 23304 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 157005882 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23735] ppid=23727 vsize=915460 CPUtime=0.17
/proc/23729/task/23735/stat : 23735 (java) S 23727 23729 23304 0 -1 64 367 0 0 0 16 1 0 0 15 0 8 0 157005882 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23736] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23736/stat : 23736 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157005882 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23737/stat : 23737 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157005882 937431040 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915460

[startup+12.7343 s]
/proc/loadavg: 1.13 0.64 1.01 3/87 23737
/proc/meminfo: memFree=1640784/2055920 swapFree=4192812/4192956
[pid=23729] ppid=23727 vsize=915460 CPUtime=12.59
/proc/23729/stat : 23729 (java) R 23727 23729 23304 0 -1 0 8753 0 1 0 1253 6 0 0 25 0 8 0 157005874 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23729/statm: 228865 8481 2533 14 0 215335 0
[pid=23729/tid=23731] ppid=23727 vsize=915460 CPUtime=0.02
/proc/23729/task/23731/stat : 23731 (java) S 23727 23729 23304 0 -1 64 171 0 0 0 2 0 0 0 16 0 8 0 157005878 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23732] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23732/stat : 23732 (java) S 23727 23729 23304 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23733] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23733/stat : 23733 (java) S 23727 23729 23304 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157005879 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23734] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23734/stat : 23734 (java) S 23727 23729 23304 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 157005882 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23735] ppid=23727 vsize=915460 CPUtime=0.18
/proc/23729/task/23735/stat : 23735 (java) S 23727 23729 23304 0 -1 64 373 0 0 0 17 1 0 0 16 0 8 0 157005882 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23736] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23736/stat : 23736 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 157005882 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23729/tid=23737] ppid=23727 vsize=915460 CPUtime=0
/proc/23729/task/23737/stat : 23737 (java) S 23727 23729 23304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157005882 937431040 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 17.6229
CPU time (s): 17.4004
CPU user time (s): 17.3314
CPU system time (s): 0.068989
CPU usage (%): 98.7373
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3314
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8872
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= 1371
involuntary context switches= 1821

runsolver used 0.017997 s user time and 0.052991 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 12:21:00 UTC 2007


IDJOB= 248974
IDBENCH= 11748
FILE ID= node39/248974-1168086055

PBS_JOBID= 3476524

Free space on /tmp= 66530 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5d0beba664e5faea8d864432f450c6ae

RANDOM SEED= 374679040

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1665432 kB
Buffers:         30196 kB
Cached:         244388 kB
SwapCached:          0 kB
Active:         128488 kB
Inactive:       191004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          65192 kB
Slab:            56320 kB
Committed_AS:  3888944 kB
PageTables:       1880 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= 66530 MiB



End job on node39 on Sat Jan  6 12:21:23 UTC 2007