Trace number 225298

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 ESACSAT 44.3972 44.8821

DiagnosticValue
CHECKS762493392
NODES88991

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-59_ext.xml
MD5SUM068961f998e527b7e93dcd971cc6c6c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.4645
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/225298-1168271690/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.43	       =>  wckTime=0.106  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.81	   
0.81	   constraints being loaded...
0.95	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.95	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=7  maxArity=2
0.95	       =>  wckTime=0.625  cpuTime=0.56  mem=36M311
1.02	   
1.02	   solver IterativeSystematicSolver being built... 
1.21	       =>  wckTime=0.878  cpuTime=0.72  mem=16M387
1.29	   
1.29	   preprocessing
1.29	     nbConstraintChecks=543712  nbPropagations=1087  nbRevisions=3888  nbUselessRevisions=2207  nbSingletonTests=51
1.29	     nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=0  detectedInconsistency=no
1.29	       =>  wckTime=0.078  cpuTime=0.05  mem=16M387
1.34	   
1.34	   search
1.34	     run=0  nbConstraintChecks=279961  nbPropagations=2060  nbRevisions=7627  nbUselessRevisions=3999  nbAssignments=31
1.34	     nbFailedAssignments=17  nbBacktracks=13  nbVisitedNodes=57  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.34	     nbTooLargeKeys=0
1.34	       =>  wckTime=0.129  cpuTime=0.09  mem=16M387
1.40	   
1.40	   search
1.40	     run=1  nbConstraintChecks=1036320  nbPropagations=6727  nbRevisions=25142  nbUselessRevisions=12553
1.40	     nbAssignments=109  nbFailedAssignments=77  nbBacktracks=30  nbVisitedNodes=206  nbRestartNogoods=1  mapSize=26
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.186  cpuTime=0.14  mem=16M387
1.47	   
1.47	   search
1.48	     run=2  nbConstraintChecks=2096955  nbPropagations=15250  nbRevisions=57150  nbUselessRevisions=27873
1.48	     nbAssignments=235  nbFailedAssignments=178  nbBacktracks=53  nbVisitedNodes=449  nbRestartNogoods=3  mapSize=47
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.263  cpuTime=0.21  mem=16M387
1.52	   
1.52	   search
1.52	     run=3  nbConstraintChecks=2701374  nbPropagations=26095  nbRevisions=97792  nbUselessRevisions=47273
1.52	     nbAssignments=316  nbFailedAssignments=223  nbBacktracks=86  nbVisitedNodes=591  nbRestartNogoods=6  mapSize=71
1.52	     nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.305  cpuTime=0.25  mem=16M387
1.59	   
1.60	   search
1.60	     run=4  nbConstraintChecks=3961669  nbPropagations=41693  nbRevisions=156088  nbUselessRevisions=74873
1.60	     nbAssignments=463  nbFailedAssignments=316  nbBacktracks=136  nbVisitedNodes=867  nbRestartNogoods=10  mapSize=114
1.60	     nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.382  cpuTime=0.33  mem=16M387
1.70	   
1.70	   search
1.70	     run=5  nbConstraintChecks=5681807  nbPropagations=63522  nbRevisions=238522  nbUselessRevisions=114003
1.70	     nbAssignments=662  nbFailedAssignments=426  nbBacktracks=213  nbVisitedNodes=1210  nbRestartNogoods=20  mapSize=183
1.70	     nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.492  cpuTime=0.43  mem=16M387
1.99	   
1.99	   search
1.99	     run=6  nbConstraintChecks=10034719  nbPropagations=101152  nbRevisions=380707  nbUselessRevisions=180887
1.99	     nbAssignments=1198  nbFailedAssignments=847  nbBacktracks=326  nbVisitedNodes=2244  nbRestartNogoods=23
1.99	     mapSize=274  nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.775  cpuTime=0.71  mem=17M359
2.19	   
2.19	   search
2.19	     run=7  nbConstraintChecks=12894454  nbPropagations=149804  nbRevisions=565080  nbUselessRevisions=267481
2.19	     nbAssignments=1556  nbFailedAssignments=1029  nbBacktracks=496  nbVisitedNodes=2867  nbRestartNogoods=33
2.19	     mapSize=398  nbInferences=0  nbTooLargeKeys=0
2.19	       =>  wckTime=0.974  cpuTime=0.89  mem=17M359
2.58	   
2.58	   search
2.58	     run=8  nbConstraintChecks=19488622  nbPropagations=222490  nbRevisions=840597  nbUselessRevisions=396440
2.58	     nbAssignments=2328  nbFailedAssignments=1541  nbBacktracks=755  nbVisitedNodes=4303  nbRestartNogoods=44
2.58	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
2.58	       =>  wckTime=1.372  cpuTime=1.27  mem=17M359
3.23	   
3.23	   search
3.23	     run=9  nbConstraintChecks=30488604  nbPropagations=335682  nbRevisions=1268280  nbUselessRevisions=595542
3.23	     nbAssignments=3612  nbFailedAssignments=2438  nbBacktracks=1139  nbVisitedNodes=6719  nbRestartNogoods=51
3.23	     mapSize=944  nbInferences=0  nbTooLargeKeys=0
3.23	       =>  wckTime=2.02  cpuTime=1.91  mem=17M359
3.36	   
3.36	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=17M359)
4.24	   
4.24	   search
4.24	     run=10  nbConstraintChecks=47331070  nbPropagations=514772  nbRevisions=1942988  nbUselessRevisions=907269
4.24	     nbAssignments=5680  nbFailedAssignments=3928  nbBacktracks=1715  nbVisitedNodes=10640  nbRestartNogoods=58
4.24	       =>  wckTime=3.029  cpuTime=2.9  mem=17M359
5.70	   
5.70	   search
5.70	     run=11  nbConstraintChecks=73541351  nbPropagations=777566  nbRevisions=2939224  nbUselessRevisions=1365603
5.70	     nbAssignments=8289  nbFailedAssignments=5669  nbBacktracks=2579  nbVisitedNodes=15585  nbRestartNogoods=69
5.70	       =>  wckTime=4.487  cpuTime=4.34  mem=17M359
8.04	   
8.04	   search
8.04	     run=12  nbConstraintChecks=113431961  nbPropagations=1185189  nbRevisions=4480043  nbUselessRevisions=2072143
8.04	     nbAssignments=12587  nbFailedAssignments=8663  nbBacktracks=3876  nbVisitedNodes=23726  nbRestartNogoods=82
8.04	       =>  wckTime=6.828  cpuTime=6.66  mem=17M359
11.19	   
11.19	   search
11.19	     run=13  nbConstraintChecks=167504432  nbPropagations=1803801  nbRevisions=6811371  nbUselessRevisions=3138944
11.19	     nbAssignments=19293  nbFailedAssignments=13420  nbBacktracks=5822  nbVisitedNodes=36463  nbRestartNogoods=87
11.19	       =>  wckTime=9.982  cpuTime=9.79  mem=17M359
15.67	   
15.67	   search
15.67	     run=14  nbConstraintChecks=246147704  nbPropagations=2715018  nbRevisions=10243451  nbUselessRevisions=4715956
15.67	     nbAssignments=28842  nbFailedAssignments=20045  nbBacktracks=8741  nbVisitedNodes=54374  nbRestartNogoods=96
15.67	       =>  wckTime=14.459  cpuTime=14.22  mem=17M359
21.39	   
21.39	   search
21.39	     run=15  nbConstraintChecks=348680340  nbPropagations=3992861  nbRevisions=15065991  nbUselessRevisions=6940576
21.39	     nbAssignments=40818  nbFailedAssignments=27618  nbBacktracks=13119  nbVisitedNodes=76453  nbRestartNogoods=110
21.39	       =>  wckTime=20.177  cpuTime=19.89  mem=17M359
31.64	   
31.64	   search
31.64	     run=16  nbConstraintChecks=529558977  nbPropagations=5916585  nbRevisions=22347211  nbUselessRevisions=10308002
31.64	     nbAssignments=61738  nbFailedAssignments=41940  nbBacktracks=19687  nbVisitedNodes=115503  nbRestartNogoods=122
31.64	       =>  wckTime=30.431  cpuTime=30.05  mem=17M359
44.81	   
44.81	   search
44.81	     run=17  nbConstraintChecks=761949680  nbPropagations=8673122  nbRevisions=32818038  nbUselessRevisions=15159439
44.81	     nbAssignments=88991  nbFailedAssignments=59478  nbBacktracks=29359  nbVisitedNodes=165866  nbRestartNogoods=134
44.81	       =>  wckTime=43.601  cpuTime=43.09  mem=17M359
44.81	   
44.81	   global
44.81	     nbConstraintChecks=762493392  nbPropagations=8674209  nbRevisions=32821926  nbUselessRevisions=15161646
44.81	     nbRestartNogoods=134  solvingWckTime=43.602  solvingCpuTime=43.09  expiredTime=no  totalExploration=no
44.81	     nbFoundSolutions=1  globalCpuTime=43.85
44.81	       =>  wckTime=44.485  cpuTime=43.81  mem=17M359
44.82	   
44.82	s SATISFIABLE
44.82	v 118 75 73 53 7 28 63 32 167 68 99 121 168 174 44 136 12 56 47 161 162 55 116 25 13 84 171 11 87 73 81 52 125 57 110 162 154 53 134 86 
44.82	d NODES 88991
44.82	d CHECKS 762493392
44.82	   
44.82	   totalWckTime=44.568  totalCpuTime=43.86

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/node59/watcher-225298-1168271690 -o ROOT/results/node59/solver-225298-1168271690 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225298-1168271690/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: 2.76 2.54 1.99 4/81 13960
/proc/meminfo: memFree=1499560/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=18540 CPUtime=0
/proc/13959/stat : 13959 (runsolver) R 13957 13959 13374 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175566945 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13959/statm: 4635 279 244 17 0 2626 0

[startup+0.102726 s]
/proc/loadavg: 2.76 2.54 1.99 4/81 13960
/proc/meminfo: memFree=1499560/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=912760 CPUtime=0.08
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 2781 0 1 0 6 2 0 0 18 0 8 0 175566945 934666240 2527 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228190 2527 1387 14 0 215091 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 912760

[startup+0.510774 s]
/proc/loadavg: 2.76 2.54 1.99 4/81 13960
/proc/meminfo: memFree=1499560/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915328 CPUtime=0.48
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 7052 0 1 0 44 4 0 0 18 0 8 0 175566945 937295872 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228832 6791 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33186 s]
/proc/loadavg: 2.76 2.54 1.99 4/88 13967
/proc/meminfo: memFree=1452976/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915464 CPUtime=1.29
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 14366 0 1 0 120 9 0 0 24 0 8 0 175566945 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228866 14104 2524 14 0 215336 0
[pid=13959/tid=13961] ppid=13957 vsize=915464 CPUtime=0.05
/proc/13959/task/13961/stat : 13961 (java) S 13957 13959 13374 0 -1 64 611 0 0 0 5 0 0 0 17 0 8 0 175566950 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13962] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13957 13959 13374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13957 13959 13374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175566954 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13957 vsize=915464 CPUtime=0.17
/proc/13959/task/13965/stat : 13965 (java) S 13957 13959 13374 0 -1 64 353 0 0 0 17 0 0 0 16 0 8 0 175566954 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175566954 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13957 13959 13374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175566954 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.97104 s]
/proc/loadavg: 2.76 2.54 1.99 4/88 13967
/proc/meminfo: memFree=1452528/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915464 CPUtime=2.91
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 14388 0 1 0 282 9 0 0 25 0 8 0 175566945 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228866 14125 2524 14 0 215336 0
[pid=13959/tid=13961] ppid=13957 vsize=915464 CPUtime=0.05
/proc/13959/task/13961/stat : 13961 (java) S 13957 13959 13374 0 -1 64 611 0 0 0 5 0 0 0 17 0 8 0 175566950 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13962] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13957 13959 13374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13957 13959 13374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175566954 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13957 vsize=915464 CPUtime=0.23
/proc/13959/task/13965/stat : 13965 (java) S 13957 13959 13374 0 -1 64 373 0 0 0 22 1 0 0 15 0 8 0 175566954 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175566954 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13957 13959 13374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175566954 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915464

[startup+6.17139 s]
/proc/loadavg: 2.78 2.55 2.00 3/88 13967
/proc/meminfo: memFree=1452528/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915464 CPUtime=6.08
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 14392 0 1 0 599 9 0 0 25 0 8 0 175566945 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228866 14128 2524 14 0 215336 0
[pid=13959/tid=13961] ppid=13957 vsize=915464 CPUtime=0.05
/proc/13959/task/13961/stat : 13961 (java) S 13957 13959 13374 0 -1 64 611 0 0 0 5 0 0 0 16 0 8 0 175566950 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13962] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13957 13959 13374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13957 13959 13374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175566954 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13957 vsize=915464 CPUtime=0.23
/proc/13959/task/13965/stat : 13965 (java) S 13957 13959 13374 0 -1 64 376 0 0 0 22 1 0 0 16 0 8 0 175566954 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175566954 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13957 13959 13374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175566954 937435136 14128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915464

[startup+12.6451 s]
/proc/loadavg: 2.87 2.57 2.01 4/88 13967
/proc/meminfo: memFree=1452656/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915464 CPUtime=12.49
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 14395 0 1 0 1240 9 0 0 25 0 8 0 175566945 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228866 14129 2524 14 0 215336 0
[pid=13959/tid=13961] ppid=13957 vsize=915464 CPUtime=0.05
/proc/13959/task/13961/stat : 13961 (java) S 13957 13959 13374 0 -1 64 611 0 0 0 5 0 0 0 16 0 8 0 175566950 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13962] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13957 13959 13374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13957 13959 13374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175566954 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13957 vsize=915464 CPUtime=0.24
/proc/13959/task/13965/stat : 13965 (java) S 13957 13959 13374 0 -1 64 378 0 0 0 23 1 0 0 15 0 8 0 175566954 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175566954 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13957 13959 13374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175566954 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915464

[startup+25.5215 s]
/proc/loadavg: 2.99 2.61 2.03 3/88 13967
/proc/meminfo: memFree=1452720/2055920 swapFree=4192812/4192956
[pid=13959] ppid=13957 vsize=915464 CPUtime=25.25
/proc/13959/stat : 13959 (java) R 13957 13959 13374 0 -1 0 14396 0 1 0 2516 9 0 0 25 0 8 0 175566945 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13959/statm: 228866 14130 2524 14 0 215336 0
[pid=13959/tid=13961] ppid=13957 vsize=915464 CPUtime=0.05
/proc/13959/task/13961/stat : 13961 (java) S 13957 13959 13374 0 -1 64 611 0 0 0 5 0 0 0 16 0 8 0 175566950 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13962] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13962/stat : 13962 (java) S 13957 13959 13374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13963] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13963/stat : 13963 (java) S 13957 13959 13374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175566950 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13964] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13964/stat : 13964 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175566954 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13965] ppid=13957 vsize=915464 CPUtime=0.24
/proc/13959/task/13965/stat : 13965 (java) S 13957 13959 13374 0 -1 64 379 0 0 0 23 1 0 0 16 0 8 0 175566954 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13966] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13966/stat : 13966 (java) S 13957 13959 13374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175566954 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13959/tid=13967] ppid=13957 vsize=915464 CPUtime=0
/proc/13959/task/13967/stat : 13967 (java) S 13957 13959 13374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175566954 937435136 14130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 44.8821
CPU time (s): 44.3972
CPU user time (s): 44.2843
CPU system time (s): 0.112982
CPU usage (%): 98.9198
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2843
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14403
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= 1947
involuntary context switches= 3030

runsolver used 0.051992 s user time and 0.160975 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Jan  8 15:54:50 UTC 2007


IDJOB= 225298
IDBENCH= 5843
FILE ID= node59/225298-1168271690

PBS_JOBID= 3483189

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-59_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225298-1168271690/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-225298-1168271690 -o ROOT/results/node59/solver-225298-1168271690 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225298-1168271690/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  068961f998e527b7e93dcd971cc6c6c1

RANDOM SEED= 934451598

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.239
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.239
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:       1500040 kB
Buffers:         42208 kB
Cached:         110656 kB
SwapCached:          0 kB
Active:         430964 kB
Inactive:        70604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:         365596 kB
Slab:            38936 kB
Committed_AS:  4007884 kB
PageTables:       2592 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= 66552 MiB



End job on node59 on Mon Jan  8 15:55:35 UTC 2007