Trace number 247400

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 114.395 114.506

DiagnosticValue
CHECKS39222653
NODES79898

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-3_ext.xml
MD5SUMa89165accfc02d89a8e045a0f4b7d6c6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark34.5147
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/247400-1168085825/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.40	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
3.77	   
3.78	   INFO : Contraction of relations, mem = 103M220
6.00	   
6.01	   constraints being loaded...
9.33	     nbConstraints=18  nbRelationTypes=18  nbExtensionStructures=18  nbSharedExtensionStructures=0
9.33	     nbConflictsStructures=18  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=8
9.33	       =>  wckTime=9.027  cpuTime=7.23  mem=228M223
10.15	   
10.15	   solver IterativeSystematicSolver being built... 
10.31	       =>  wckTime=10.006  cpuTime=7.37  mem=143M180
10.31	   
10.31	   preprocessing
10.31	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
10.31	     detectedInconsistency=no
10.31	       =>  wckTime=0.0020  cpuTime=0.0  mem=143M180
10.39	   
10.39	   search
10.39	     run=0  nbConstraintChecks=10883  nbValidityChecks=15730  nbPropagations=137  nbRevisions=1865
10.39	     nbUselessRevisions=1622  nbAssignments=25  nbFailedAssignments=6  nbBacktracks=12  nbVisitedNodes=39
10.39	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
10.39	       =>  wckTime=0.08  cpuTime=0.06  mem=143M948
10.47	   
10.47	   search
10.47	     run=1  nbConstraintChecks=34071  nbValidityChecks=52626  nbPropagations=540  nbRevisions=8335
10.47	     nbUselessRevisions=7288  nbAssignments=71  nbFailedAssignments=30  nbBacktracks=27  nbVisitedNodes=119
10.47	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
10.47	       =>  wckTime=0.164  cpuTime=0.13  mem=143M948
10.55	   
10.55	   search
10.55	     run=2  nbConstraintChecks=55912  nbValidityChecks=84695  nbPropagations=1174  nbRevisions=18502
10.55	     nbUselessRevisions=16166  nbAssignments=119  nbFailedAssignments=48  nbBacktracks=49  nbVisitedNodes=198
10.55	     nbRestartNogoods=7  mapSize=39  nbInferences=0  nbTooLargeKeys=0
10.55	       =>  wckTime=0.241  cpuTime=0.2  mem=143M948
10.66	   
10.66	   search
10.66	     run=3  nbConstraintChecks=87956  nbValidityChecks=132329  nbPropagations=2173  nbRevisions=34335
10.66	     nbUselessRevisions=29976  nbAssignments=189  nbFailedAssignments=78  nbBacktracks=82  nbVisitedNodes=317
10.66	     nbRestartNogoods=11  mapSize=65  nbInferences=0  nbTooLargeKeys=0
10.66	       =>  wckTime=0.348  cpuTime=0.3  mem=143M948
10.78	   
10.78	   search
10.78	     run=4  nbConstraintChecks=127466  nbValidityChecks=191084  nbPropagations=3619  nbRevisions=57421
10.78	     nbUselessRevisions=50130  nbAssignments=280  nbFailedAssignments=111  nbBacktracks=133  nbVisitedNodes=462
10.78	     nbRestartNogoods=15  mapSize=99  nbInferences=0  nbTooLargeKeys=0
10.78	       =>  wckTime=0.466  cpuTime=0.41  mem=143M948
10.96	   
10.96	   search
10.96	     run=5  nbConstraintChecks=189575  nbValidityChecks=281093  nbPropagations=5794  nbRevisions=91145
10.96	     nbUselessRevisions=79474  nbAssignments=410  nbFailedAssignments=158  nbBacktracks=210  nbVisitedNodes=674
10.96	     nbRestartNogoods=18  mapSize=159  nbInferences=0  nbTooLargeKeys=0
10.96	       =>  wckTime=0.65  cpuTime=0.59  mem=143M948
11.27	   
11.27	   search
11.27	     run=6  nbConstraintChecks=300443  nbValidityChecks=443566  nbPropagations=9196  nbRevisions=144458
11.27	     nbUselessRevisions=125848  nbAssignments=616  nbFailedAssignments=242  nbBacktracks=326  nbVisitedNodes=1025
11.27	     nbRestartNogoods=23  mapSize=249  nbInferences=0  nbTooLargeKeys=0
11.27	       =>  wckTime=0.964  cpuTime=0.9  mem=143M948
11.69	   
11.69	   search
11.69	     run=7  nbConstraintChecks=452702  nbValidityChecks=667716  nbPropagations=14311  nbRevisions=224316
11.69	     nbUselessRevisions=194946  nbAssignments=928  nbFailedAssignments=376  nbBacktracks=498  nbVisitedNodes=1564
11.69	     nbRestartNogoods=30  mapSize=388  nbInferences=0  nbTooLargeKeys=0
11.69	       =>  wckTime=1.383  cpuTime=1.32  mem=143M948
12.39	   
12.39	   search
12.39	     run=8  nbConstraintChecks=699956  nbValidityChecks=1027814  nbPropagations=22131  nbRevisions=346105
12.39	     nbUselessRevisions=300029  nbAssignments=1406  nbFailedAssignments=591  nbBacktracks=754  nbVisitedNodes=2399
12.39	     nbRestartNogoods=34  mapSize=587  nbInferences=0  nbTooLargeKeys=0
12.39	       =>  wckTime=2.079  cpuTime=2.01  mem=143M948
13.33	   
13.33	   search
13.33	     run=9  nbConstraintChecks=1034205  nbValidityChecks=1512126  nbPropagations=33631  nbRevisions=525166
13.33	     nbUselessRevisions=454581  nbAssignments=2055  nbFailedAssignments=851  nbBacktracks=1138  nbVisitedNodes=3496
13.33	     nbRestartNogoods=41  mapSize=881  nbInferences=0  nbTooLargeKeys=0
13.33	       =>  wckTime=3.02  cpuTime=2.94  mem=143M948
13.71	   
13.71	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=143M948)
14.61	   
14.61	   search
14.61	     run=10  nbConstraintChecks=1512165  nbValidityChecks=2225173  nbPropagations=50753  nbRevisions=792603
14.61	     nbUselessRevisions=685767  nbAssignments=3045  nbFailedAssignments=1258  nbBacktracks=1714  nbVisitedNodes=5173
14.61	     nbRestartNogoods=46
14.61	       =>  wckTime=4.3  cpuTime=4.2  mem=143M948
16.47	   
16.47	   search
16.47	     run=11  nbConstraintChecks=2199396  nbValidityChecks=3271917  nbPropagations=76550  nbRevisions=1194284
16.47	     nbUselessRevisions=1032019  nbAssignments=4615  nbFailedAssignments=1955  nbBacktracks=2580  nbVisitedNodes=7885
16.47	     nbRestartNogoods=56
16.47	       =>  wckTime=6.16  cpuTime=6.06  mem=143M948
19.15	   
19.15	   search
19.15	     run=12  nbConstraintChecks=3193030  nbValidityChecks=4783318  nbPropagations=115163  nbRevisions=1790039
19.15	     nbUselessRevisions=1544264  nbAssignments=6968  nbFailedAssignments=3004  nbBacktracks=3877  nbVisitedNodes=11920
19.15	     nbRestartNogoods=61
19.15	       =>  wckTime=8.841  cpuTime=8.73  mem=143M948
23.51	   
23.51	   search
23.51	     run=13  nbConstraintChecks=4832403  nbValidityChecks=7233164  nbPropagations=173647  nbRevisions=2689185
23.51	     nbUselessRevisions=2316530  nbAssignments=10538  nbFailedAssignments=4621  nbBacktracks=5823  nbVisitedNodes=18137
23.51	     nbRestartNogoods=69
23.51	       =>  wckTime=13.2  cpuTime=13.09  mem=143M948
30.02	   
30.02	   search
30.02	     run=14  nbConstraintChecks=7319141  nbValidityChecks=10885694  nbPropagations=261004  nbRevisions=4029327
30.02	     nbUselessRevisions=3468126  nbAssignments=15651  nbFailedAssignments=6808  nbBacktracks=8742  nbVisitedNodes=26930
30.02	     nbRestartNogoods=75
30.02	       =>  wckTime=19.706  cpuTime=19.59  mem=143M948
39.96	   
39.96	   search
39.96	     run=15  nbConstraintChecks=11144974  nbValidityChecks=16424947  nbPropagations=391288  nbRevisions=6026359
39.96	     nbUselessRevisions=5185851  nbAssignments=23121  nbFailedAssignments=9890  nbBacktracks=13123  nbVisitedNodes=39725
39.96	     nbRestartNogoods=90
39.96	       =>  wckTime=29.651  cpuTime=29.53  mem=143M948
54.40	   
54.40	   search
54.40	     run=16  nbConstraintChecks=16617571  nbValidityChecks=24394913  nbPropagations=584781  nbRevisions=8981017
54.40	     nbUselessRevisions=7727507  nbAssignments=34221  nbFailedAssignments=14414  nbBacktracks=19692
54.40	     nbVisitedNodes=58657  nbRestartNogoods=110
54.40	       =>  wckTime=44.089  cpuTime=43.96  mem=143M948
76.62	   
76.62	   search
76.62	     run=17  nbConstraintChecks=25104801  nbValidityChecks=36737094  nbPropagations=874907  nbRevisions=13409812
76.62	     nbUselessRevisions=11536388  nbAssignments=51249  nbFailedAssignments=21583  nbBacktracks=29544
76.62	     nbVisitedNodes=87802  nbRestartNogoods=120
76.62	       =>  wckTime=66.31  cpuTime=66.18  mem=143M948
109.21	   
109.21	   search
109.21	     run=18  nbConstraintChecks=37285089  nbValidityChecks=54433184  nbPropagations=1307251  nbRevisions=19967957
109.21	     nbUselessRevisions=17173211  nbAssignments=76085  nbFailedAssignments=31632  nbBacktracks=44324
109.21	     nbVisitedNodes=129983  nbRestartNogoods=138
109.21	       =>  wckTime=98.898  cpuTime=98.76  mem=143M948
114.42	   
114.42	   search
114.42	     run=19  nbConstraintChecks=39222653  nbValidityChecks=57239029  nbPropagations=1762059  nbRevisions=26863303
114.42	     nbUselessRevisions=23099416  nbAssignments=79898  nbFailedAssignments=33176  nbBacktracks=46573
114.42	     nbVisitedNodes=136497  nbRestartNogoods=145
114.42	       =>  wckTime=104.108  cpuTime=103.97  mem=143M948
114.42	   
114.42	   global
114.42	     nbConstraintChecks=39222653  nbValidityChecks=57239029  nbPropagations=1762079  nbRevisions=26863303
114.42	     nbUselessRevisions=23099416  nbRestartNogoods=145  solvingWckTime=104.109  solvingCpuTime=103.97  expiredTime=no
114.42	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=111.4
114.42	       =>  wckTime=114.117  cpuTime=111.35  mem=143M948
114.42	   
114.42	s SATISFIABLE
114.42	v 3 1 2 0 4 2 4 0 1 1 4 1 3 1 3 4 3 0 1 4 
114.42	d NODES 79898
114.42	d CHECKS 39222653
114.42	   
114.42	   totalWckTime=114.194  totalCpuTime=111.4

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/node52/watcher-247400-1168085825 -o ROOT/results/node52/solver-247400-1168085825 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247400-1168085825/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.20 0.86 1.35 4/65 30312
/proc/meminfo: memFree=1426728/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=1784 CPUtime=0
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 169 0 0 0 0 0 0 0 20 0 1 0 156983035 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30311/statm: 446 140 106 14 0 91 0

[startup+0.103143 s]
/proc/loadavg: 0.20 0.86 1.35 4/65 30312
/proc/meminfo: memFree=1426728/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=914988 CPUtime=0.08
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 2996 0 1 0 6 2 0 0 17 0 8 0 156983035 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511167 s]
/proc/loadavg: 0.20 0.86 1.35 4/65 30312
/proc/meminfo: memFree=1426728/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=915328 CPUtime=0.49
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 9981 0 1 0 43 6 0 0 17 0 8 0 156983035 937295872 9720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 228832 9721 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33322 s]
/proc/loadavg: 0.20 0.86 1.35 2/72 30319
/proc/meminfo: memFree=1356464/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=915328 CPUtime=1.31
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 19985 0 1 0 120 11 0 0 19 0 8 0 156983035 937295872 19722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 228832 19722 2147 14 0 215302 0
[pid=30311/tid=30313] ppid=30309 vsize=915328 CPUtime=0.04
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29374 0 -1 64 3573 0 0 0 3 1 0 0 16 0 8 0 156983039 937295872 19722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156983039 937295872 19722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156983039 937295872 19722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30316] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 937295872 19722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=915328 CPUtime=0.06
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 304 0 0 0 6 0 0 0 16 0 8 0 156983042 937295872 19723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 937295872 19723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 937295872 19724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98534 s]
/proc/loadavg: 0.20 0.86 1.35 2/72 30319
/proc/meminfo: memFree=1333168/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=915328 CPUtime=2.97
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 30341 0 1 0 279 18 0 0 20 0 8 0 156983035 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445314 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30311/statm: 228832 30075 2147 14 0 215302 0
[pid=30311/tid=30313] ppid=30309 vsize=915328 CPUtime=0.22
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 13924 0 0 0 17 5 0 0 17 0 8 0 156983039 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156983039 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156983039 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30316] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=915328 CPUtime=0.06
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 306 0 0 0 6 0 0 0 16 0 8 0 156983042 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=915328 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 937295872 30075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915328

[startup+6.26758 s]
/proc/loadavg: 0.26 0.86 1.35 3/72 30319
/proc/meminfo: memFree=1281008/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=915400 CPUtime=6.24
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 40441 0 1 0 601 23 0 0 17 0 8 0 156983035 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 228850 38595 2162 14 0 215320 0
[pid=30311/tid=30313] ppid=30309 vsize=915400 CPUtime=0.98
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 23977 0 0 0 88 10 0 0 16 0 8 0 156983039 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983039 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983039 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=915400 CPUtime=0.09
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 321 0 0 0 9 0 0 0 15 0 8 0 156983042 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 937369600 38595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915400

[startup+12.7382 s]
/proc/loadavg: 0.37 0.86 1.34 2/72 30319
/proc/meminfo: memFree=1187376/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=915400 CPUtime=12.69
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 64105 0 1 0 1236 33 0 0 17 0 8 0 156983035 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073635295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 228850 62250 2522 14 0 215320 0
[pid=30311/tid=30313] ppid=30309 vsize=915400 CPUtime=2.52
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 47146 0 0 0 233 19 0 0 17 0 8 0 156983039 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30314] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983039 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983039 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=915400 CPUtime=0.19
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 384 0 0 0 18 1 0 0 16 0 8 0 156983042 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=915400 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 937369600 62250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915400

[startup+25.5639 s]
/proc/loadavg: 0.47 0.87 1.34 2/72 30319
/proc/meminfo: memFree=1187184/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=916424 CPUtime=25.51
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 64122 0 1 0 2517 34 0 0 19 0 8 0 156983035 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 229106 62261 2522 14 0 215576 0
[pid=30311/tid=30313] ppid=30309 vsize=916424 CPUtime=2.52
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 47146 0 0 0 233 19 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30314] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=916424 CPUtime=0.21
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 397 0 0 0 20 1 0 0 16 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 916424

[startup+51.2406 s]
/proc/loadavg: 0.65 0.88 1.33 2/72 30319
/proc/meminfo: memFree=1187120/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=916424 CPUtime=51.17
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 64122 0 1 0 5083 34 0 0 25 0 8 0 156983035 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 229106 62261 2522 14 0 215576 0
[pid=30311/tid=30313] ppid=30309 vsize=916424 CPUtime=2.52
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 47146 0 0 0 233 19 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30314] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=916424 CPUtime=0.21
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 397 0 0 0 20 1 0 0 16 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 916424

[startup+102.489 s]
/proc/loadavg: 0.85 0.89 1.31 2/72 30319
/proc/meminfo: memFree=1187248/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=916424 CPUtime=102.41
/proc/30311/stat : 30311 (java) R 30309 30311 29374 0 -1 0 64122 0 1 0 10207 34 0 0 25 0 8 0 156983035 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803620 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 229106 62261 2522 14 0 215576 0
[pid=30311/tid=30313] ppid=30309 vsize=916424 CPUtime=2.52
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29374 0 -1 64 47146 0 0 0 233 19 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30314] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29374 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983039 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=916424 CPUtime=0.21
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29374 0 -1 64 397 0 0 0 20 1 0 0 16 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29374 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=916424 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983042 938418176 62261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 916424

Child status: 0
Real time (s): 114.506
CPU time (s): 114.395
CPU user time (s): 114.013
CPU system time (s): 0.381941
CPU usage (%): 99.9029
Max. virtual memory (cumulated for all children) (KiB): 919404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.013
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64129
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= 3273
involuntary context switches= 2495

runsolver used 0.115982 s user time and 0.300954 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 12:17:12 UTC 2007


IDJOB= 247400
IDBENCH= 11123
FILE ID= node52/247400-1168085825

PBS_JOBID= 3476255

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247400-1168085825/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-247400-1168085825 -o ROOT/results/node52/solver-247400-1168085825 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247400-1168085825/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a89165accfc02d89a8e045a0f4b7d6c6

RANDOM SEED= 179235061

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.232
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.232
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:       1426624 kB
Buffers:         39128 kB
Cached:         497732 kB
SwapCached:          0 kB
Active:          76444 kB
Inactive:       476308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23704 kB
Writeback:           0 kB
Mapped:          26092 kB
Slab:            62532 kB
Committed_AS:  3172636 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66530 MiB



End job on node52 on Sat Jan  6 12:19:27 UTC 2007