Trace number 210959

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 ACUNSAT 82.7214 83.4646

DiagnosticValue
CHECKS25695630
NODES834

General information on the benchmark

NamepseudoSeries/uclid/
blast-floppy1-6.xml
MD5SUM7858bbb2995540e71f464a345aca5f7d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.970852
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables719
Number of constraints592
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension592
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/210959-1168075375/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.50	     nbVariables=719  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.50	       =>  wckTime=0.176  cpuTime=0.13  mem=7M894
0.50	   
0.50	   predicates being loaded...
0.52	   
0.52	   constraints being loaded...
4.47	   
4.47	   INFO : Stopping converting binary constraints (cpu=4.01, mem = 3M864)
4.51	     nbConstraints=470  nbMergedConstraints=122  nbSingletonDomainVariables=221  nbConvertedConstraints=243
4.51	     nbConvertConstraintsChecks=786911  nbExtensionStructures=7  nbSharedExtensionStructures=236
4.51	     nbConflictsStructures=33  nbSharedConflictsStructures=357  nbUnbuiltConflictsStructures=29
4.51	     nbSharedBinaryRepresentations=15  nbEvaluationManagers=58  nbSharedEvaluationManagers=169  maxDegree=35
4.51	     maxArity=19
4.51	       =>  wckTime=4.185  cpuTime=3.98  mem=7M843
4.56	   
4.56	   solver IterativeSystematicSolver being built... 
4.79	       =>  wckTime=4.464  cpuTime=4.17  mem=22M91
18.35	   
18.35	   preprocessing
18.35	     nbConstraintChecks=4362510  nbValidityChecks=1769  nbPropagations=719  nbRevisions=1520  nbUselessRevisions=1520
18.35	     nbRemovedValues=0  detectedInconsistency=no
18.35	       =>  wckTime=13.557  cpuTime=13.42  mem=22M91
22.70	   
22.70	   search
22.70	     run=0  nbConstraintChecks=1431015  nbValidityChecks=48364  nbPropagations=1659  nbRevisions=38166
22.70	     nbUselessRevisions=37198  nbAssignments=22  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=35
22.70	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
22.70	       =>  wckTime=17.911  cpuTime=17.71  mem=22M91
26.89	   
26.89	   search
26.89	     run=1  nbConstraintChecks=2789756  nbValidityChecks=110840  nbPropagations=4642  nbRevisions=123523
26.89	     nbUselessRevisions=120223  nbAssignments=51  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=80
26.89	     nbRestartNogoods=2  mapSize=23  nbInferences=0  nbTooLargeKeys=0
26.89	       =>  wckTime=22.102  cpuTime=21.87  mem=23M86
31.29	   
31.29	   search
31.29	     run=2  nbConstraintChecks=4211627  nbValidityChecks=185006  nbPropagations=9285  nbRevisions=265179
31.29	     nbUselessRevisions=257831  nbAssignments=89  nbFailedAssignments=24  nbBacktracks=49  nbVisitedNodes=138
31.29	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
31.29	       =>  wckTime=26.495  cpuTime=26.22  mem=23M86
36.68	   
36.68	   search
36.68	     run=3  nbConstraintChecks=5957824  nbValidityChecks=293503  nbPropagations=16288  nbRevisions=489201
36.68	     nbUselessRevisions=475203  nbAssignments=146  nbFailedAssignments=40  nbBacktracks=85  nbVisitedNodes=227
36.68	     nbRestartNogoods=7  mapSize=71  nbInferences=0  nbTooLargeKeys=0
36.68	       =>  wckTime=31.883  cpuTime=31.56  mem=23M86
40.94	   
40.94	   search
40.94	     run=4  nbConstraintChecks=7334914  nbValidityChecks=383414  nbPropagations=25122  nbRevisions=780736
40.94	     nbUselessRevisions=757948  nbAssignments=221  nbFailedAssignments=54  nbBacktracks=135  nbVisitedNodes=330
40.94	     nbRestartNogoods=9  mapSize=96  nbInferences=0  nbTooLargeKeys=0
40.94	       =>  wckTime=36.147  cpuTime=35.78  mem=23M86
49.71	   
49.71	   search
49.71	     run=5  nbConstraintChecks=10139178  nbValidityChecks=517413  nbPropagations=36625  nbRevisions=1168720
49.71	     nbUselessRevisions=1134049  nbAssignments=333  nbFailedAssignments=70  nbBacktracks=211  nbVisitedNodes=474
49.71	     nbRestartNogoods=12  mapSize=124  nbInferences=0  nbTooLargeKeys=0
49.71	       =>  wckTime=44.917  cpuTime=44.48  mem=23M86
57.55	   
57.55	   search
57.55	     run=6  nbConstraintChecks=12664591  nbValidityChecks=653574  nbPropagations=50722  nbRevisions=1652728
57.55	     nbUselessRevisions=1602932  nbAssignments=487  nbFailedAssignments=90  nbBacktracks=343  nbVisitedNodes=668
57.55	     nbRestartNogoods=16  mapSize=163  nbInferences=0  nbTooLargeKeys=0
57.55	       =>  wckTime=52.757  cpuTime=52.25  mem=23M86
75.47	   
75.47	   search
75.47	     run=7  nbConstraintChecks=18697728  nbValidityChecks=804488  nbPropagations=67019  nbRevisions=2235616
75.47	     nbUselessRevisions=2166949  nbAssignments=705  nbFailedAssignments=120  nbBacktracks=522  nbVisitedNodes=948
75.47	     nbRestartNogoods=17  mapSize=222  nbInferences=0  nbTooLargeKeys=0
75.47	       =>  wckTime=70.682  cpuTime=70.01  mem=23M86
83.44	   
83.44	   search
83.44	     run=8  nbConstraintChecks=21333120  nbValidityChecks=919628  nbPropagations=84981  nbRevisions=2896651
83.44	     nbUselessRevisions=2806343  nbAssignments=834  nbFailedAssignments=146  nbBacktracks=626  nbVisitedNodes=1130
83.44	     nbRestartNogoods=20  mapSize=275  nbInferences=0  nbTooLargeKeys=0
83.44	       =>  wckTime=78.646  cpuTime=77.91  mem=23M86
83.44	   
83.44	   global
83.44	     nbConstraintChecks=25695630  nbValidityChecks=921397  nbPropagations=85700  nbRevisions=2898171
83.44	     nbUselessRevisions=2807863  nbRestartNogoods=20  solvingWckTime=78.648  solvingCpuTime=77.91  expiredTime=no
83.44	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=82.13
83.44	       =>  wckTime=83.116  cpuTime=82.08  mem=23M86
83.44	   
83.44	s UNSATISFIABLE
83.44	d NODES 834
83.44	d CHECKS 25695630
83.44	   
83.44	   totalWckTime=83.197  totalCpuTime=82.14

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-210959-1168075375 -o ROOT/results/node47/solver-210959-1168075375 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210959-1168075375/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.56 1.92 1.92 4/68 2671
/proc/meminfo: memFree=1770064/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=168 CPUtime=0
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 155936863 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 10518827 0 0 4096 0 0 0 0 17 1 0 0
/proc/2670/statm: 42 23 18 14 0 2 0

[startup+0.106287 s]
/proc/loadavg: 1.56 1.92 1.92 4/68 2671
/proc/meminfo: memFree=1770064/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=913068 CPUtime=0.07
/proc/2670/stat : 2670 (java) S 2666 2670 2566 0 -1 0 2860 0 1 0 6 1 0 0 17 0 8 0 155936863 934981632 2606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228267 2606 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.514331 s]
/proc/loadavg: 1.56 1.92 1.92 4/68 2671
/proc/meminfo: memFree=1770064/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915328 CPUtime=0.47
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 6481 0 1 0 43 4 0 0 18 0 8 0 155936863 937295872 6220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228832 6220 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33841 s]
/proc/loadavg: 1.56 1.92 1.92 3/87 2690
/proc/meminfo: memFree=1679288/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915444 CPUtime=1.29
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 14140 0 1 0 118 11 0 0 24 0 8 0 155936863 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228861 13878 2168 14 0 215331 0
[pid=2670/tid=2674] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 155936867 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 155936868 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155936868 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915444 CPUtime=0.17
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 374 0 0 0 17 0 0 0 15 0 8 0 155936872 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937414656 13878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915444

[startup+2.99059 s]
/proc/loadavg: 1.56 1.92 1.92 3/87 2690
/proc/meminfo: memFree=1669496/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915444 CPUtime=2.93
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 14768 0 1 0 282 11 0 0 25 0 8 0 155936863 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228861 14505 2168 14 0 215331 0
[pid=2670/tid=2674] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 155936867 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 155936868 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155936868 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915444 CPUtime=0.18
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 374 0 0 0 18 0 0 0 15 0 8 0 155936872 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915444 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937414656 14505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915444

[startup+6.28094 s]
/proc/loadavg: 1.68 1.94 1.93 3/87 2690
/proc/meminfo: memFree=1656632/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915536 CPUtime=6.19
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 17951 0 1 0 606 13 0 0 25 0 8 0 155936863 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228884 17684 2533 14 0 215354 0
[pid=2670/tid=2674] ppid=2666 vsize=915536 CPUtime=0.04
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 908 0 0 0 4 0 0 0 17 0 8 0 155936867 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915536 CPUtime=0.26
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 414 0 0 0 25 1 0 0 15 0 8 0 155936872 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937508864 17684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915536

[startup+12.7686 s]
/proc/loadavg: 1.70 1.94 1.93 3/87 2690
/proc/meminfo: memFree=1656632/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915536 CPUtime=12.63
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 17958 0 1 0 1249 14 0 0 25 0 8 0 155936863 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228884 17688 2533 14 0 215354 0
[pid=2670/tid=2674] ppid=2666 vsize=915536 CPUtime=0.04
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 908 0 0 0 4 0 0 0 16 0 8 0 155936867 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915536 CPUtime=0.26
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 420 0 0 0 25 1 0 0 16 0 8 0 155936872 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937508864 17688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915536

[startup+25.603 s]
/proc/loadavg: 1.77 1.94 1.93 3/87 2690
/proc/meminfo: memFree=1656632/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915536 CPUtime=25.35
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 17988 0 1 0 2521 14 0 0 25 0 8 0 155936863 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228884 17712 2538 14 0 215354 0
[pid=2670/tid=2674] ppid=2666 vsize=915536 CPUtime=0.04
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 909 0 0 0 4 0 0 0 16 0 8 0 155936867 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915536 CPUtime=0.29
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 438 0 0 0 28 1 0 0 15 0 8 0 155936872 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937508864 17712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915536

[startup+51.2077 s]
/proc/loadavg: 1.85 1.94 1.93 3/87 2690
/proc/meminfo: memFree=1656632/2055920 swapFree=4192812/4192956
[pid=2670] ppid=2666 vsize=915536 CPUtime=50.73
/proc/2670/stat : 2670 (java) R 2666 2670 2566 0 -1 0 17997 0 1 0 5059 14 0 0 25 0 8 0 155936863 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2670/statm: 228884 17717 2538 14 0 215354 0
[pid=2670/tid=2674] ppid=2666 vsize=915536 CPUtime=0.04
/proc/2670/task/2674/stat : 2674 (java) S 2666 2670 2566 0 -1 64 909 0 0 0 4 0 0 0 16 0 8 0 155936867 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2675] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2675/stat : 2675 (java) S 2666 2670 2566 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2676] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2676/stat : 2676 (java) S 2666 2670 2566 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155936868 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2680] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2680/stat : 2680 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155936872 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2681] ppid=2666 vsize=915536 CPUtime=0.3
/proc/2670/task/2681/stat : 2681 (java) S 2666 2670 2566 0 -1 64 444 0 0 0 29 1 0 0 16 0 8 0 155936872 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2682] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2682/stat : 2682 (java) S 2666 2670 2566 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155936872 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2670/tid=2683] ppid=2666 vsize=915536 CPUtime=0
/proc/2670/task/2683/stat : 2683 (java) S 2666 2670 2566 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155936872 937508864 17717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915536

Child status: 0
Real time (s): 83.4646
CPU time (s): 82.7214
CPU user time (s): 82.5564
CPU system time (s): 0.164974
CPU usage (%): 99.1095
Max. virtual memory (cumulated for all children) (KiB): 915536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.5564
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18009
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= 3088
involuntary context switches= 3282

runsolver used 0.113982 s user time and 0.26096 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 09:22:56 UTC 2007


IDJOB= 210959
IDBENCH= 4658
FILE ID= node47/210959-1168075375

PBS_JOBID= 3476045

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-floppy1-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210959-1168075375/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-210959-1168075375 -o ROOT/results/node47/solver-210959-1168075375 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210959-1168075375/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7858bbb2995540e71f464a345aca5f7d

RANDOM SEED= 823388776

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.240
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.240
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:       1772200 kB
Buffers:         26476 kB
Cached:         165760 kB
SwapCached:          0 kB
Active:          65544 kB
Inactive:       146824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          30376 kB
Slab:            56980 kB
Committed_AS:  2771116 kB
PageTables:       1704 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= 66532 MiB



End job on node47 on Sat Jan  6 09:24:21 UTC 2007