Trace number 230230

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 ESACUNSAT 66.1859 66.8098

DiagnosticValue
CHECKS469022887
NODES219498

General information on the benchmark

Namegeom/
geo50-20-d4-75-14_ext.xml
MD5SUMe2d49e8ea7d70b79d64d673a64543e9f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3135
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints447
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension447
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/230230-1168316262/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.67	     nbConstraints=447  nbRelationTypes=447  nbExtensionStructures=447  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=447  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4257  maxDegree=29
0.67	     maxArity=2
0.67	       =>  wckTime=0.358  cpuTime=0.27  mem=14M770
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.563  cpuTime=0.4  mem=15M405
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=78650  nbPropagations=996  nbRevisions=8101  nbUselessRevisions=6664  nbSingletonTests=63
0.93	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.93	       =>  wckTime=0.057  cpuTime=0.03  mem=15M405
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=57752  nbPropagations=1596  nbRevisions=16946  nbUselessRevisions=14010  nbAssignments=27
0.96	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.087  cpuTime=0.07  mem=15M405
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=150354  nbPropagations=4161  nbRevisions=46683  nbUselessRevisions=38665
0.99	     nbAssignments=76  nbFailedAssignments=28  nbBacktracks=28  nbVisitedNodes=115  nbRestartNogoods=3  mapSize=26
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.113  cpuTime=0.09  mem=15M405
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=253591  nbPropagations=7742  nbRevisions=92011  nbUselessRevisions=76079
1.01	     nbAssignments=122  nbFailedAssignments=46  nbBacktracks=50  nbVisitedNodes=198  nbRestartNogoods=6  mapSize=48
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.131  cpuTime=0.1  mem=15M405
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=403943  nbPropagations=12717  nbRevisions=161327  nbUselessRevisions=133421
1.03	     nbAssignments=189  nbFailedAssignments=76  nbBacktracks=83  nbVisitedNodes=317  nbRestartNogoods=8  mapSize=79
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.156  cpuTime=0.13  mem=15M405
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=587762  nbPropagations=19641  nbRevisions=260802  nbUselessRevisions=215623
1.07	     nbAssignments=282  nbFailedAssignments=114  nbBacktracks=135  nbVisitedNodes=486  nbRestartNogoods=14  mapSize=129
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.19  cpuTime=0.16  mem=15M405
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=891991  nbPropagations=29563  nbRevisions=412643  nbUselessRevisions=341494
1.13	     nbAssignments=434  nbFailedAssignments=186  nbBacktracks=210  nbVisitedNodes=764  nbRestartNogoods=15  mapSize=202
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.256  cpuTime=0.21  mem=15M405
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=1372230  nbPropagations=44190  nbRevisions=638212  nbUselessRevisions=528105
1.21	     nbAssignments=664  nbFailedAssignments=285  nbBacktracks=323  nbVisitedNodes=1160  nbRestartNogoods=22  mapSize=313
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.334  cpuTime=0.28  mem=15M405
1.32	   
1.32	   search
1.32	     run=7  nbConstraintChecks=2075071  nbPropagations=65521  nbRevisions=976050  nbUselessRevisions=806944
1.32	     nbAssignments=1002  nbFailedAssignments=447  nbBacktracks=495  nbVisitedNodes=1789  nbRestartNogoods=28
1.32	     mapSize=478  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.445  cpuTime=0.39  mem=15M405
1.49	   
1.49	   search
1.49	     run=8  nbConstraintChecks=3127220  nbPropagations=96689  nbRevisions=1486215  nbUselessRevisions=1228394
1.49	     nbAssignments=1505  nbFailedAssignments=688  nbBacktracks=751  nbVisitedNodes=2703  nbRestartNogoods=34
1.50	     mapSize=720  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.62  cpuTime=0.55  mem=15M405
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=15M405)
1.75	   
1.75	   search
1.75	     run=9  nbConstraintChecks=4743052  nbPropagations=143399  nbRevisions=2256901  nbUselessRevisions=1863293
1.75	     nbAssignments=2271  nbFailedAssignments=1053  nbBacktracks=1135  nbVisitedNodes=4101  nbRestartNogoods=43
1.75	       =>  wckTime=0.871  cpuTime=0.79  mem=15M405
2.08	   
2.08	   search
2.08	     run=10  nbConstraintChecks=6993703  nbPropagations=211682  nbRevisions=3400064  nbUselessRevisions=2806227
2.08	     nbAssignments=3371  nbFailedAssignments=1572  nbBacktracks=1711  nbVisitedNodes=6124  nbRestartNogoods=52
2.08	       =>  wckTime=1.203  cpuTime=1.12  mem=15M405
2.58	   
2.58	   search
2.58	     run=11  nbConstraintChecks=10531759  nbPropagations=313069  nbRevisions=5123901  nbUselessRevisions=4228921
2.58	     nbAssignments=5057  nbFailedAssignments=2390  nbBacktracks=2575  nbVisitedNodes=9231  nbRestartNogoods=60
2.58	       =>  wckTime=1.71  cpuTime=1.61  mem=15M405
3.30	   
3.30	   search
3.30	     run=12  nbConstraintChecks=15563837  nbPropagations=462411  nbRevisions=7680845  nbUselessRevisions=6339686
3.30	     nbAssignments=7507  nbFailedAssignments=3538  nbBacktracks=3872  nbVisitedNodes=13713  nbRestartNogoods=68
3.30	       =>  wckTime=2.423  cpuTime=2.32  mem=15M405
4.41	   
4.41	   search
4.41	     run=13  nbConstraintChecks=23432825  nbPropagations=686658  nbRevisions=11511224  nbUselessRevisions=9497739
4.41	     nbAssignments=11259  nbFailedAssignments=5337  nbBacktracks=5821  nbVisitedNodes=20602  nbRestartNogoods=81
4.41	       =>  wckTime=3.537  cpuTime=3.43  mem=15M405
6.08	   
6.08	   search
6.08	     run=14  nbConstraintChecks=35181759  nbPropagations=1021493  nbRevisions=17260011  nbUselessRevisions=14238233
6.08	     nbAssignments=16776  nbFailedAssignments=7931  nbBacktracks=8741  nbVisitedNodes=30728  nbRestartNogoods=92
6.08	       =>  wckTime=5.203  cpuTime=5.07  mem=15M405
8.57	   
8.57	   search
8.57	     run=15  nbConstraintChecks=52796730  nbPropagations=1522749  nbRevisions=25898741  nbUselessRevisions=21363923
8.57	     nbAssignments=25174  nbFailedAssignments=11945  nbBacktracks=13120  nbVisitedNodes=46205  nbRestartNogoods=106
8.57	       =>  wckTime=7.699  cpuTime=7.55  mem=15M405
12.28	   
12.28	   search
12.28	     run=16  nbConstraintChecks=79085675  nbPropagations=2272466  nbRevisions=38871182  nbUselessRevisions=32073787
12.28	     nbAssignments=37680  nbFailedAssignments=17878  nbBacktracks=19688  nbVisitedNodes=69180  nbRestartNogoods=120
12.28	       =>  wckTime=11.405  cpuTime=11.22  mem=15M405
17.83	   
17.83	   search
17.83	     run=17  nbConstraintChecks=118781609  nbPropagations=3394475  nbRevisions=58349492  nbUselessRevisions=48165581
17.83	     nbAssignments=56607  nbFailedAssignments=26949  nbBacktracks=29540  nbVisitedNodes=103993  nbRestartNogoods=135
17.83	       =>  wckTime=16.954  cpuTime=16.71  mem=15M405
26.29	   
26.29	   search
26.29	     run=18  nbConstraintChecks=179364568  nbPropagations=5079712  nbRevisions=87631332  nbUselessRevisions=72343773
26.29	     nbAssignments=84899  nbFailedAssignments=40448  nbBacktracks=44319  nbVisitedNodes=156054  nbRestartNogoods=150
26.29	       =>  wckTime=25.419  cpuTime=25.1  mem=15M405
39.15	   
39.15	   search
39.15	     run=19  nbConstraintChecks=271597860  nbPropagations=7622392  nbRevisions=131829252  nbUselessRevisions=108827061
39.15	     nbAssignments=127589  nbFailedAssignments=60966  nbBacktracks=66488  nbVisitedNodes=234776  nbRestartNogoods=156
39.15	       =>  wckTime=38.274  cpuTime=37.84  mem=15M405
58.24	   
58.24	   search
58.24	     run=20  nbConstraintChecks=407867974  nbPropagations=11437740  nbRevisions=198408747  nbUselessRevisions=163848827
58.24	     nbAssignments=191200  nbFailedAssignments=91320  nbBacktracks=99741  nbVisitedNodes=351914  nbRestartNogoods=169
58.24	       =>  wckTime=57.366  cpuTime=56.75  mem=15M405
66.79	   
66.79	   search
66.79	     run=21  nbConstraintChecks=468944237  nbPropagations=15819245  nbRevisions=275080813  nbUselessRevisions=227249618
66.79	     nbAssignments=219498  nbFailedAssignments=104952  nbBacktracks=114400  nbVisitedNodes=404156  nbRestartNogoods=181
66.79	       =>  wckTime=65.917  cpuTime=65.22  mem=15M405
66.79	   
66.79	   global
66.79	     nbConstraintChecks=469022887  nbPropagations=15820241  nbRevisions=275088914  nbUselessRevisions=227256282
66.79	     nbRestartNogoods=181  solvingWckTime=65.918  solvingCpuTime=65.22  expiredTime=no  totalExploration=yes
66.79	     nbFoundSolutions=0  globalCpuTime=65.67
66.79	       =>  wckTime=66.484  cpuTime=65.62  mem=16M381
66.80	   
66.80	s UNSATISFIABLE
66.80	d NODES 219498
66.80	d CHECKS 469022887
66.80	   
66.80	   totalWckTime=66.565  totalCpuTime=65.67

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/node42/watcher-230230-1168316262 -o ROOT/results/node42/solver-230230-1168316262 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230230-1168316262/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.49 1.86 1.95 4/80 26277
/proc/meminfo: memFree=1539680/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=906644 CPUtime=0.02
/proc/26276/stat : 26276 (java) S 26274 26276 25440 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 180025485 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 226661 1818 1036 14 0 214244 0
[pid=26276/tid=26278] ppid=26274 vsize=906644 CPUtime=0
/proc/26276/task/26278/stat : 26278 (java) R 26274 26276 25440 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 180025489 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104757 s]
/proc/loadavg: 1.49 1.86 1.95 4/80 26277
/proc/meminfo: memFree=1539680/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=914988 CPUtime=0.09
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 3008 0 1 0 7 2 0 0 17 0 8 0 180025485 936947712 2754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228747 2754 1432 14 0 215242 0
[pid=26276/tid=26278] ppid=26274 vsize=914988 CPUtime=0
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 180025489 936947712 2754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515802 s]
/proc/loadavg: 1.49 1.86 1.95 4/80 26277
/proc/meminfo: memFree=1539680/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915328 CPUtime=0.5
/proc/26276/stat : 26276 (java) S 26274 26276 25440 0 -1 0 6880 0 1 0 45 5 0 0 18 0 8 0 180025485 937295872 6619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228832 6619 2137 14 0 215302 0
[pid=26276/tid=26278] ppid=26274 vsize=915328 CPUtime=0
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 180025489 937295872 6619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33689 s]
/proc/loadavg: 1.49 1.86 1.95 4/87 26284
/proc/meminfo: memFree=1514408/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=1.31
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9024 0 1 0 124 7 0 0 20 0 8 0 180025485 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8762 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 16 0 8 0 180025489 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.22
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 378 0 0 0 21 1 0 0 19 0 8 0 180025493 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8762 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) 915460

[startup+2.97407 s]
/proc/loadavg: 1.49 1.86 1.95 3/87 26284
/proc/meminfo: memFree=1514344/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=2.93
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9041 0 1 0 286 7 0 0 25 0 8 0 180025485 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8778 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 17 0 8 0 180025489 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.25
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 180025493 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8778 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.25843 s]
/proc/loadavg: 1.53 1.86 1.95 3/87 26284
/proc/meminfo: memFree=1514344/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=6.18
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9045 0 1 0 611 7 0 0 25 0 8 0 180025485 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8780 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 16 0 8 0 180025489 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.25
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7381 s]
/proc/loadavg: 1.57 1.86 1.95 3/87 26284
/proc/meminfo: memFree=1514408/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=12.61
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9045 0 1 0 1253 8 0 0 25 0 8 0 180025485 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8780 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 16 0 8 0 180025489 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.25
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.6016 s]
/proc/loadavg: 1.66 1.87 1.95 3/87 26284
/proc/meminfo: memFree=1514536/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=25.35
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9045 0 1 0 2527 8 0 0 25 0 8 0 180025485 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8780 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 16 0 8 0 180025489 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.25
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2054 s]
/proc/loadavg: 1.92 1.91 1.96 3/87 26284
/proc/meminfo: memFree=1514728/2055920 swapFree=4191892/4192956
[pid=26276] ppid=26274 vsize=915460 CPUtime=50.72
/proc/26276/stat : 26276 (java) R 26274 26276 25440 0 -1 0 9045 0 1 0 5064 8 0 0 25 0 8 0 180025485 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26276/statm: 228865 8780 2524 14 0 215335 0
[pid=26276/tid=26278] ppid=26274 vsize=915460 CPUtime=0.03
/proc/26276/task/26278/stat : 26278 (java) S 26274 26276 25440 0 -1 64 365 0 0 0 3 0 0 0 16 0 8 0 180025489 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26279] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26279/stat : 26279 (java) S 26274 26276 25440 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26280] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26280/stat : 26280 (java) S 26274 26276 25440 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180025490 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26281] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26281/stat : 26281 (java) S 26274 26276 25440 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26282] ppid=26274 vsize=915460 CPUtime=0.25
/proc/26276/task/26282/stat : 26282 (java) S 26274 26276 25440 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26283] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26283/stat : 26283 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26276/tid=26284] ppid=26274 vsize=915460 CPUtime=0
/proc/26276/task/26284/stat : 26284 (java) S 26274 26276 25440 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180025493 937431040 8780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 66.8098
CPU time (s): 66.1859
CPU user time (s): 66.094
CPU system time (s): 0.091986
CPU usage (%): 99.0662
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.094
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9054
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= 2218
involuntary context switches= 4799

runsolver used 0.099984 s user time and 0.204968 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Jan  9 04:17:43 UTC 2007


IDJOB= 230230
IDBENCH= 6403
FILE ID= node42/230230-1168316262

PBS_JOBID= 3502452

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-14_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230230-1168316262/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-230230-1168316262 -o ROOT/results/node42/solver-230230-1168316262 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230230-1168316262/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e2d49e8ea7d70b79d64d673a64543e9f

RANDOM SEED= 825517797

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.229
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.229
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:       1540096 kB
Buffers:         52700 kB
Cached:         356216 kB
SwapCached:        376 kB
Active:         181176 kB
Inactive:       276068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540096 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          67164 kB
Slab:            43688 kB
Committed_AS:  4661932 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= 66561 MiB



End job on node42 on Tue Jan  9 04:18:50 UTC 2007