Trace number 228408

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 17.8863 18.243

DiagnosticValue
CHECKS86051241
NODES94931

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-41_ext.xml
MD5SUM065b3bd2bdb0aaa1ace96af46f71b4cd
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 benchmark4.67729
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.44	   
0.44	Abscon 109 (November, 2006)
0.44	   
0.44	   configuration
0.44	     name=esac.xml
0.57	   
0.57	   instance
0.57	     name=/tmp/evaluation/228408-1168298156/unknown.xml
0.60	   
0.60	   domains being loaded...
0.61	   
0.61	   variables being loaded...
0.64	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.64	       =>  wckTime=0.2  cpuTime=0.07  mem=6M951
0.64	   
0.64	   relations being loaded...
0.72	   
0.72	   constraints being loaded...
0.82	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.82	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8211  maxDegree=27
0.82	     maxArity=2
0.82	       =>  wckTime=0.386  cpuTime=0.19  mem=10M852
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.578  cpuTime=0.31  mem=14M819
1.07	   
1.07	   preprocessing
1.07	     nbConstraintChecks=34351  nbPropagations=884  nbRevisions=5721  nbUselessRevisions=4506  nbSingletonTests=51
1.07	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
1.07	       =>  wckTime=0.048  cpuTime=0.03  mem=14M819
1.09	   
1.09	   search
1.09	     run=0  nbConstraintChecks=19211  nbPropagations=1249  nbRevisions=9980  nbUselessRevisions=7926  nbAssignments=24
1.09	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.09	     nbTooLargeKeys=0
1.09	       =>  wckTime=0.069  cpuTime=0.05  mem=14M819
1.10	   
1.10	   search
1.10	     run=1  nbConstraintChecks=40524  nbPropagations=2927  nbRevisions=25264  nbUselessRevisions=20088  nbAssignments=52
1.10	     nbFailedAssignments=16  nbBacktracks=29  nbVisitedNodes=80  nbRestartNogoods=2  mapSize=23  nbInferences=0
1.10	     nbTooLargeKeys=0
1.10	       =>  wckTime=0.085  cpuTime=0.06  mem=14M819
1.12	   
1.12	   search
1.12	     run=2  nbConstraintChecks=73598  nbPropagations=5270  nbRevisions=49499  nbUselessRevisions=39731  nbAssignments=93
1.12	     nbFailedAssignments=25  nbBacktracks=52  nbVisitedNodes=147  nbRestartNogoods=3  mapSize=43  nbInferences=0
1.12	     nbTooLargeKeys=0
1.12	       =>  wckTime=0.099  cpuTime=0.07  mem=14M819
1.13	   
1.13	   search
1.13	     run=3  nbConstraintChecks=121053  nbPropagations=8505  nbRevisions=85707  nbUselessRevisions=69185
1.13	     nbAssignments=152  nbFailedAssignments=45  nbBacktracks=86  nbVisitedNodes=245  nbRestartNogoods=6  mapSize=72
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.113  cpuTime=0.08  mem=14M819
1.15	   
1.15	   search
1.15	     run=4  nbConstraintChecks=182572  nbPropagations=12932  nbRevisions=138483  nbUselessRevisions=112445
1.15	     nbAssignments=230  nbFailedAssignments=66  nbBacktracks=139  nbVisitedNodes=371  nbRestartNogoods=9  mapSize=111
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.132  cpuTime=0.1  mem=14M819
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=306229  nbPropagations=19540  nbRevisions=223790  nbUselessRevisions=182691
1.19	     nbAssignments=355  nbFailedAssignments=109  nbBacktracks=215  nbVisitedNodes=589  nbRestartNogoods=10  mapSize=181
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.168  cpuTime=0.13  mem=14M819
1.23	   
1.23	   search
1.23	     run=6  nbConstraintChecks=460763  nbPropagations=28967  nbRevisions=350559  nbUselessRevisions=287422
1.23	     nbAssignments=538  nbFailedAssignments=170  nbBacktracks=332  nbVisitedNodes=895  nbRestartNogoods=14  mapSize=275
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.208  cpuTime=0.17  mem=14M819
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=714148  nbPropagations=42786  nbRevisions=541762  nbUselessRevisions=445117
1.29	     nbAssignments=814  nbFailedAssignments=264  nbBacktracks=504  nbVisitedNodes=1361  nbRestartNogoods=17  mapSize=420
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.268  cpuTime=0.23  mem=14M819
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=1047953  nbPropagations=62728  nbRevisions=818392  nbUselessRevisions=672795
1.37	     nbAssignments=1217  nbFailedAssignments=393  nbBacktracks=761  nbVisitedNodes=2015  nbRestartNogoods=21
1.37	     mapSize=631  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.354  cpuTime=0.31  mem=14M819
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=1620475  nbPropagations=92411  nbRevisions=1243209  nbUselessRevisions=1022877
1.51	     nbAssignments=1824  nbFailedAssignments=609  nbBacktracks=1146  nbVisitedNodes=3060  nbRestartNogoods=23
1.51	     mapSize=961  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.494  cpuTime=0.44  mem=14M819
1.54	   
1.54	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=14M819)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=2436515  nbPropagations=136601  nbRevisions=1889168  nbUselessRevisions=1557307
1.70	     nbAssignments=2728  nbFailedAssignments=932  nbBacktracks=1722  nbVisitedNodes=4622  nbRestartNogoods=29
1.70	       =>  wckTime=0.681  cpuTime=0.61  mem=14M819
1.92	   
1.92	   search
1.92	     run=11  nbConstraintChecks=3542422  nbPropagations=200424  nbRevisions=2826182  nbUselessRevisions=2331799
1.92	     nbAssignments=4026  nbFailedAssignments=1359  nbBacktracks=2586  nbVisitedNodes=6801  nbRestartNogoods=37
1.92	       =>  wckTime=0.906  cpuTime=0.83  mem=14M819
2.26	   
2.26	   search
2.26	     run=12  nbConstraintChecks=5219557  nbPropagations=294208  nbRevisions=4206929  nbUselessRevisions=3473722
2.26	     nbAssignments=5996  nbFailedAssignments=2026  nbBacktracks=3883  nbVisitedNodes=10104  nbRestartNogoods=45
2.26	       =>  wckTime=1.245  cpuTime=1.17  mem=14M819
2.80	   
2.80	   search
2.80	     run=13  nbConstraintChecks=7915621  nbPropagations=435047  nbRevisions=6306637  nbUselessRevisions=5213503
2.80	     nbAssignments=9000  nbFailedAssignments=3078  nbBacktracks=5831  nbVisitedNodes=15219  nbRestartNogoods=54
2.80	       =>  wckTime=1.786  cpuTime=1.71  mem=14M819
3.60	   
3.60	   search
3.60	     run=14  nbConstraintChecks=11914672  nbPropagations=645509  nbRevisions=9445887  nbUselessRevisions=7811496
3.60	     nbAssignments=13485  nbFailedAssignments=4638  nbBacktracks=8750  nbVisitedNodes=22795  nbRestartNogoods=62
3.60	       =>  wckTime=2.578  cpuTime=2.5  mem=14M819
4.75	   
4.75	   search
4.75	     run=15  nbConstraintChecks=17676415  nbPropagations=958327  nbRevisions=14109964  nbUselessRevisions=11671414
4.75	     nbAssignments=20134  nbFailedAssignments=6901  nbBacktracks=13128  nbVisitedNodes=33990  nbRestartNogoods=68
4.75	       =>  wckTime=3.734  cpuTime=3.65  mem=14M819
6.58	   
6.58	   search
6.58	     run=16  nbConstraintChecks=26937831  nbPropagations=1431724  nbRevisions=21166416  nbUselessRevisions=17506586
6.58	     nbAssignments=30273  nbFailedAssignments=10467  nbBacktracks=19696  nbVisitedNodes=51190  nbRestartNogoods=76
6.58	       =>  wckTime=5.561  cpuTime=5.47  mem=14M819
9.32	   
9.32	   search
9.32	     run=17  nbConstraintChecks=40832215  nbPropagations=2146992  nbRevisions=31814727  nbUselessRevisions=26303947
9.32	     nbAssignments=45370  nbFailedAssignments=15705  nbBacktracks=29549  nbVisitedNodes=76828  nbRestartNogoods=84
9.32	       =>  wckTime=8.301  cpuTime=8.2  mem=14M819
13.31	   
13.31	   search
13.31	     run=18  nbConstraintChecks=60973997  nbPropagations=3214638  nbRevisions=47759189  nbUselessRevisions=39488381
13.31	     nbAssignments=67851  nbFailedAssignments=23401  nbBacktracks=44328  nbVisitedNodes=114831  nbRestartNogoods=92
13.31	       =>  wckTime=12.288  cpuTime=12.17  mem=14M819
18.19	   
18.19	   search
18.19	     run=19  nbConstraintChecks=86016890  nbPropagations=4712938  nbRevisions=70089523  nbUselessRevisions=57933846
18.19	     nbAssignments=94931  nbFailedAssignments=32824  nbBacktracks=61986  nbVisitedNodes=160684  nbRestartNogoods=104
18.19	       =>  wckTime=17.169  cpuTime=17.05  mem=14M819
18.19	   
18.19	   global
18.19	     nbConstraintChecks=86051241  nbPropagations=4713822  nbRevisions=70095244  nbUselessRevisions=57938352
18.19	     nbRestartNogoods=104  solvingWckTime=17.17  solvingCpuTime=17.05  expiredTime=no  totalExploration=yes
18.19	     nbFoundSolutions=0  globalCpuTime=17.42
18.19	       =>  wckTime=17.751  cpuTime=17.36  mem=14M819
18.19	   
18.19	s UNSATISFIABLE
18.19	d NODES 94931
18.19	d CHECKS 86051241
18.19	   
18.19	   totalWckTime=17.827  totalCpuTime=17.42

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/node14/watcher-228408-1168298156 -o ROOT/results/node14/solver-228408-1168298156 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228408-1168298156/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.93 1.97 1.66 4/87 5370
/proc/meminfo: memFree=1716544/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=172 CPUtime=0
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 178210520 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 0 0 0
/proc/5369/statm: 43 24 18 14 0 3 0

[startup+0.107405 s]
/proc/loadavg: 1.93 1.97 1.66 4/87 5370
/proc/meminfo: memFree=1716544/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=914988 CPUtime=0.09
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 3067 0 1 0 7 2 0 0 22 0 8 0 178210520 936947712 2813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228747 2814 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515443 s]
/proc/loadavg: 1.93 1.97 1.66 4/87 5370
/proc/meminfo: memFree=1716544/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=915328 CPUtime=0.31
/proc/5369/stat : 5369 (java) D 5367 5369 4342 0 -1 0 5420 0 6 0 27 4 0 0 18 0 8 0 178210520 937295872 5164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228832 5164 2042 14 0 215302 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 915328

[startup+1.33652 s]
/proc/loadavg: 1.93 1.97 1.66 3/94 5377
/proc/meminfo: memFree=1691528/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=915456 CPUtime=1.07
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 8638 0 6 0 101 6 0 0 22 0 8 0 178210520 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795730 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228864 8381 2524 14 0 215334 0
[pid=5369/tid=5371] ppid=5367 vsize=915456 CPUtime=0.03
/proc/5369/task/5371/stat : 5371 (java) S 5367 5369 4342 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178210523 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5372] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5372/stat : 5372 (java) S 5367 5369 4342 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5373] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5373/stat : 5373 (java) S 5367 5369 4342 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5374] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5374/stat : 5374 (java) S 5367 5369 4342 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178210527 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5375] ppid=5367 vsize=915456 CPUtime=0.2
/proc/5369/task/5375/stat : 5375 (java) S 5367 5369 4342 0 -1 64 377 0 0 0 19 1 0 0 15 0 8 0 178210527 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5376] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5376/stat : 5376 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178210527 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5377] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5377/stat : 5377 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178210527 937426944 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 915456

[startup+2.97367 s]
/proc/loadavg: 1.93 1.97 1.66 3/94 5377
/proc/meminfo: memFree=1691208/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=915456 CPUtime=2.69
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 8691 0 6 0 263 6 0 0 25 0 8 0 178210520 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825334 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228864 8433 2524 14 0 215334 0
[pid=5369/tid=5371] ppid=5367 vsize=915456 CPUtime=0.03
/proc/5369/task/5371/stat : 5371 (java) S 5367 5369 4342 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178210523 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5372] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5372/stat : 5372 (java) S 5367 5369 4342 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5373] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5373/stat : 5373 (java) S 5367 5369 4342 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5374] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5374/stat : 5374 (java) S 5367 5369 4342 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178210527 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5375] ppid=5367 vsize=915456 CPUtime=0.23
/proc/5369/task/5375/stat : 5375 (java) S 5367 5369 4342 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 178210527 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5376] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5376/stat : 5376 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178210527 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5377] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5377/stat : 5377 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178210527 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 915456

[startup+6.27298 s]
/proc/loadavg: 1.93 1.97 1.66 3/94 5377
/proc/meminfo: memFree=1691080/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=915456 CPUtime=5.98
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 8698 0 6 0 592 6 0 0 25 0 8 0 178210520 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228864 8439 2524 14 0 215334 0
[pid=5369/tid=5371] ppid=5367 vsize=915456 CPUtime=0.03
/proc/5369/task/5371/stat : 5371 (java) S 5367 5369 4342 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178210523 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5372] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5372/stat : 5372 (java) S 5367 5369 4342 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5373] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5373/stat : 5373 (java) S 5367 5369 4342 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5374] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5374/stat : 5374 (java) S 5367 5369 4342 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178210527 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5375] ppid=5367 vsize=915456 CPUtime=0.23
/proc/5369/task/5375/stat : 5375 (java) S 5367 5369 4342 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 178210527 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5376] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5376/stat : 5376 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178210527 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5377] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5377/stat : 5377 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178210527 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 915456

[startup+12.7446 s]
/proc/loadavg: 1.94 1.97 1.66 3/94 5377
/proc/meminfo: memFree=1691088/2055920 swapFree=4163780/4192956
[pid=5369] ppid=5367 vsize=915456 CPUtime=12.43
/proc/5369/stat : 5369 (java) R 5367 5369 4342 0 -1 0 8702 0 6 0 1237 6 0 0 25 0 8 0 178210520 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797339 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5369/statm: 228864 8443 2524 14 0 215334 0
[pid=5369/tid=5371] ppid=5367 vsize=915456 CPUtime=0.03
/proc/5369/task/5371/stat : 5371 (java) S 5367 5369 4342 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178210523 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5372] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5372/stat : 5372 (java) S 5367 5369 4342 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5373] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5373/stat : 5373 (java) S 5367 5369 4342 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 178210524 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5374] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5374/stat : 5374 (java) S 5367 5369 4342 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178210527 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5375] ppid=5367 vsize=915456 CPUtime=0.23
/proc/5369/task/5375/stat : 5375 (java) S 5367 5369 4342 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 178210527 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5376] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5376/stat : 5376 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178210527 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5369/tid=5377] ppid=5367 vsize=915456 CPUtime=0
/proc/5369/task/5377/stat : 5377 (java) S 5367 5369 4342 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178210527 937426944 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 18.243
CPU time (s): 17.8863
CPU user time (s): 17.8113
CPU system time (s): 0.074988
CPU usage (%): 98.0444
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8113
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8796
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1550
involuntary context switches= 2325

runsolver used 0.022996 s user time and 0.066989 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 23:15:56 UTC 2007


IDJOB= 228408
IDBENCH= 6189
FILE ID= node14/228408-1168298156

PBS_JOBID= 3502122

Free space on /tmp= 66343 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228408-1168298156/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-228408-1168298156 -o ROOT/results/node14/solver-228408-1168298156 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228408-1168298156/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  065b3bd2bdb0aaa1ace96af46f71b4cd

RANDOM SEED= 414779139

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.227
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.227
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:       1716960 kB
Buffers:         36700 kB
Cached:         221452 kB
SwapCached:       4056 kB
Active:         156012 kB
Inactive:       143220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716960 kB
SwapTotal:     4192956 kB
SwapFree:      4163780 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:          50880 kB
Slab:            24548 kB
Committed_AS:  5968424 kB
PageTables:       2148 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= 66345 MiB



End job on node14 on Mon Jan  8 23:16:14 UTC 2007