Trace number 229736

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 196.206 196.35

DiagnosticValue
CHECKS1399949621
NODES822579

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-31_ext.xml
MD5SUM490b8aa1a619c5217d8bb153ce031a76
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 benchmark196.206
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints473
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension473
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=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/229736-1168309650/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.40	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.69	     nbConstraints=473  nbRelationTypes=473  nbExtensionStructures=473  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=473  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2541  maxDegree=25
0.69	     maxArity=2
0.69	       =>  wckTime=0.382  cpuTime=0.31  mem=17M744
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.582  cpuTime=0.44  mem=15M592
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=105620  nbPropagations=1191  nbRevisions=10138  nbUselessRevisions=8676  nbSingletonTests=60
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.055  cpuTime=0.05  mem=15M592
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=38909  nbPropagations=1610  nbRevisions=14982  nbUselessRevisions=12640  nbAssignments=24
0.97	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.08  cpuTime=0.06  mem=15M592
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=104362  nbPropagations=3985  nbRevisions=40250  nbUselessRevisions=33671
0.99	     nbAssignments=60  nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=90  nbRestartNogoods=1  mapSize=20
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.102  cpuTime=0.08  mem=15M592
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=188693  nbPropagations=7333  nbRevisions=78785  nbUselessRevisions=65574
1.01	     nbAssignments=106  nbFailedAssignments=28  nbBacktracks=49  nbVisitedNodes=161  nbRestartNogoods=2  mapSize=38
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.118  cpuTime=0.09  mem=15M592
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=308278  nbPropagations=11960  nbRevisions=135379  nbUselessRevisions=112038
1.03	     nbAssignments=172  nbFailedAssignments=51  nbBacktracks=82  nbVisitedNodes=266  nbRestartNogoods=5  mapSize=63
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.14  cpuTime=0.11  mem=15M592
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=518505  nbPropagations=18905  nbRevisions=220657  nbUselessRevisions=181952
1.06	     nbAssignments=292  nbFailedAssignments=75  nbBacktracks=132  nbVisitedNodes=403  nbRestartNogoods=11  mapSize=106
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.176  cpuTime=0.15  mem=15M592
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=750209  nbPropagations=28522  nbRevisions=346411  nbUselessRevisions=285218
1.11	     nbAssignments=428  nbFailedAssignments=125  nbBacktracks=209  nbVisitedNodes=634  nbRestartNogoods=17  mapSize=171
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.221  cpuTime=0.19  mem=15M592
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=1031899  nbPropagations=41628  nbRevisions=524464  nbUselessRevisions=431353
1.16	     nbAssignments=613  nbFailedAssignments=185  nbBacktracks=322  nbVisitedNodes=941  nbRestartNogoods=21  mapSize=256
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.277  cpuTime=0.24  mem=15M592
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=1474520  nbPropagations=59875  nbRevisions=782989  nbUselessRevisions=643979
1.24	     nbAssignments=904  nbFailedAssignments=291  nbBacktracks=494  nbVisitedNodes=1411  nbRestartNogoods=27  mapSize=379
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.354  cpuTime=0.31  mem=15M592
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=2210990  nbPropagations=86190  nbRevisions=1166082  nbUselessRevisions=958000
1.37	     nbAssignments=1344  nbFailedAssignments=463  nbBacktracks=751  nbVisitedNodes=2154  nbRestartNogoods=32
1.37	     mapSize=589  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.482  cpuTime=0.44  mem=15M592
1.57	   
1.57	   search
1.57	     run=9  nbConstraintChecks=3311470  nbPropagations=125015  nbRevisions=1744270  nbUselessRevisions=1431815
1.57	     nbAssignments=1979  nbFailedAssignments=704  nbBacktracks=1135  nbVisitedNodes=3236  nbRestartNogoods=37
1.57	     mapSize=897  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.678  cpuTime=0.62  mem=15M592
1.65	   
1.65	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=15M592)
1.83	   
1.83	   search
1.83	     run=10  nbConstraintChecks=4997484  nbPropagations=181794  nbRevisions=2598053  nbUselessRevisions=2128378
1.83	     nbAssignments=2900  nbFailedAssignments=1036  nbBacktracks=1718  nbVisitedNodes=4794  nbRestartNogoods=43
1.83	       =>  wckTime=0.94  cpuTime=0.87  mem=15M592
2.22	   
2.22	   search
2.22	     run=11  nbConstraintChecks=7687026  nbPropagations=267106  nbRevisions=3892217  nbUselessRevisions=3182131
2.22	     nbAssignments=4320  nbFailedAssignments=1582  nbBacktracks=2583  nbVisitedNodes=7224  nbRestartNogoods=48
2.22	       =>  wckTime=1.329  cpuTime=1.26  mem=15M592
2.70	   
2.70	   search
2.70	     run=12  nbConstraintChecks=11204334  nbPropagations=391260  nbRevisions=5775646  nbUselessRevisions=4715288
2.70	     nbAssignments=6325  nbFailedAssignments=2277  nbBacktracks=3881  nbVisitedNodes=10582  nbRestartNogoods=58
2.70	       =>  wckTime=1.811  cpuTime=1.73  mem=15M592
3.41	   
3.41	   search
3.41	     run=13  nbConstraintChecks=16162748  nbPropagations=575738  nbRevisions=8606977  nbUselessRevisions=7030465
3.41	     nbAssignments=9519  nbFailedAssignments=3513  nbBacktracks=5827  nbVisitedNodes=16043  nbRestartNogoods=66
3.41	       =>  wckTime=2.525  cpuTime=2.45  mem=15M592
4.54	   
4.54	   search
4.54	     run=14  nbConstraintChecks=24622453  nbPropagations=852775  nbRevisions=12875073  nbUselessRevisions=10516729
4.54	     nbAssignments=14266  nbFailedAssignments=5329  nbBacktracks=8752  nbVisitedNodes=24131  nbRestartNogoods=75
4.54	       =>  wckTime=3.657  cpuTime=3.58  mem=16M567
6.16	   
6.16	   search
6.16	     run=15  nbConstraintChecks=35851905  nbPropagations=1258920  nbRevisions=19200044  nbUselessRevisions=15703039
6.16	     nbAssignments=21166  nbFailedAssignments=7842  nbBacktracks=13130  nbVisitedNodes=35768  nbRestartNogoods=78
6.16	       =>  wckTime=5.267  cpuTime=5.18  mem=16M567
8.61	   
8.61	   search
8.61	     run=16  nbConstraintChecks=53736931  nbPropagations=1865996  nbRevisions=28616200  nbUselessRevisions=23405221
8.61	     nbAssignments=31614  nbFailedAssignments=11711  nbBacktracks=19698  nbVisitedNodes=53394  nbRestartNogoods=87
8.61	       =>  wckTime=7.721  cpuTime=7.63  mem=16M567
12.22	   
12.22	   search
12.22	     run=17  nbConstraintChecks=79536397  nbPropagations=2772411  nbRevisions=42688329  nbUselessRevisions=34922520
12.22	     nbAssignments=47440  nbFailedAssignments=17675  nbBacktracks=29551  nbVisitedNodes=80249  nbRestartNogoods=95
12.22	       =>  wckTime=11.334  cpuTime=11.24  mem=16M567
17.93	   
17.93	   search
17.93	     run=18  nbConstraintChecks=121020033  nbPropagations=4143786  nbRevisions=64127638  nbUselessRevisions=52488875
17.93	     nbAssignments=71268  nbFailedAssignments=26712  nbBacktracks=44332  nbVisitedNodes=120905  nbRestartNogoods=103
17.93	       =>  wckTime=17.044  cpuTime=16.95  mem=16M567
25.79	   
25.79	   search
25.79	     run=19  nbConstraintChecks=177569307  nbPropagations=6181078  nbRevisions=95720467  nbUselessRevisions=78357767
25.79	     nbAssignments=106281  nbFailedAssignments=39545  nbBacktracks=66503  nbVisitedNodes=180210  nbRestartNogoods=113
25.79	       =>  wckTime=24.903  cpuTime=24.8  mem=16M567
38.01	   
38.01	   search
38.01	     run=20  nbConstraintChecks=266344574  nbPropagations=9211142  nbRevisions=142973899  nbUselessRevisions=117090805
38.01	     nbAssignments=158783  nbFailedAssignments=58782  nbBacktracks=99757  nbVisitedNodes=269018  nbRestartNogoods=125
38.01	       =>  wckTime=37.122  cpuTime=37.01  mem=16M567
56.85	   
56.85	   search
56.85	     run=21  nbConstraintChecks=403296623  nbPropagations=13797196  nbRevisions=214136417  nbUselessRevisions=175345367
56.85	     nbAssignments=238926  nbFailedAssignments=89036  nbBacktracks=149635  nbVisitedNodes=405540  nbRestartNogoods=136
56.85	       =>  wckTime=55.961  cpuTime=55.84  mem=16M567
85.88	   
85.88	   search
85.88	     run=22  nbConstraintChecks=613901569  nbPropagations=20740452  nbRevisions=323536482  nbUselessRevisions=265170138
85.88	     nbAssignments=360873  nbFailedAssignments=136157  nbBacktracks=224453  nbVisitedNodes=615086  nbRestartNogoods=144
85.88	       =>  wckTime=84.993  cpuTime=84.86  mem=16M567
127.36	   
127.36	   search
127.36	     run=23  nbConstraintChecks=911937470  nbPropagations=31161428  nbRevisions=486073036  nbUselessRevisions=398423033
127.36	     nbAssignments=539833  nbFailedAssignments=202876  nbBacktracks=336682  nbVisitedNodes=919508  nbRestartNogoods=157
127.36	       =>  wckTime=126.475  cpuTime=126.32  mem=16M567
192.82	   
192.82	   search
192.82	     run=24  nbConstraintChecks=1376107044  nbPropagations=46792448  nbRevisions=730067743  nbUselessRevisions=598409466
192.82	     nbAssignments=808081  nbFailedAssignments=302772  nbBacktracks=505028  nbVisitedNodes=1376214  nbRestartNogoods=168
192.82	       =>  wckTime=191.935  cpuTime=191.74  mem=16M567
196.32	   
196.32	   search
196.32	     run=25  nbConstraintChecks=1399844001  nbPropagations=62696433  nbRevisions=978285566  nbUselessRevisions=801857629
196.32	     nbAssignments=822579  nbFailedAssignments=308199  nbBacktracks=514049  nbVisitedNodes=1400828  nbRestartNogoods=179
196.32	       =>  wckTime=195.43  cpuTime=195.24  mem=16M567
196.32	   
196.32	   global
196.32	     nbConstraintChecks=1399949621  nbPropagations=62697624  nbRevisions=978295704  nbUselessRevisions=801866305
196.32	     nbRestartNogoods=179  solvingWckTime=195.431  solvingCpuTime=195.24  expiredTime=no  totalExploration=no
196.32	     nbFoundSolutions=1  globalCpuTime=195.73
196.32	       =>  wckTime=196.016  cpuTime=195.68  mem=16M567
196.32	   
196.32	s SATISFIABLE
196.32	v 22 21 19 5 11 20 2 16 20 16 11 20 21 0 16 13 20 18 18 0 15 1 9 7 22 8 21 2 20 20 18 1 12 1 12 9 22 20 7 13 7 21 5 14 4 14 12 4 10 16 
196.32	d NODES 822579
196.32	d CHECKS 1399949621
196.32	   
196.32	   totalWckTime=196.093  totalCpuTime=195.73

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/node18/watcher-229736-1168309650 -o ROOT/results/node18/solver-229736-1168309650 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229736-1168309650/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.00 1.00 1.00 4/78 8414
/proc/meminfo: memFree=1470192/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=1452 CPUtime=0
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 100 0 0 0 0 0 0 0 20 0 1 0 179359744 1486848 73 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 8929200 0 0 4096 0 0 0 0 17 1 0 0
/proc/8413/statm: 363 81 63 14 0 8 0

[startup+0.105184 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 8414
/proc/meminfo: memFree=1470192/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=914988 CPUtime=0.08
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 3007 0 1 0 7 1 0 0 16 0 8 0 179359744 936947712 2753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153985117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8413/statm: 228747 2753 1431 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513221 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 8414
/proc/meminfo: memFree=1470192/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915328 CPUtime=0.49
/proc/8413/stat : 8413 (java) S 8411 8413 7409 0 -1 0 7164 0 1 0 44 5 0 0 16 0 8 0 179359744 937295872 6903 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8413/statm: 228832 6903 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3403 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442616/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=1.32
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9648 0 1 0 124 8 0 0 17 0 8 0 179359744 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812438 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8413/statm: 228865 9386 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.18
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 179359751 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98345 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442488/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=2.96
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9665 0 1 0 288 8 0 0 17 0 8 0 179359744 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073836929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8413/statm: 228865 9402 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 398 0 0 0 20 2 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.26077 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442424/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=6.22
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9666 0 1 0 614 8 0 0 23 0 8 0 179359744 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821534 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8413/statm: 228865 9402 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 398 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7444 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442440/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=12.7
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9666 0 1 0 1262 8 0 0 25 0 8 0 179359744 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815372 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8413/statm: 228865 9402 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 398 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915460

[startup+25.5846 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442504/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=25.54
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9666 0 1 0 2546 8 0 0 25 0 8 0 179359744 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821303 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8413/statm: 228865 9402 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 398 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915460

[startup+51.2781 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442504/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=51.22
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9667 0 1 0 5114 8 0 0 25 0 8 0 179359744 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815975 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8413/statm: 228865 9402 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 398 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915460

[startup+102.562 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442504/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=102.46
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9668 0 1 0 10238 8 0 0 25 0 8 0 179359744 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819303 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8413/statm: 228865 9403 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 399 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 915460

[startup+162.581 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 8421
/proc/meminfo: memFree=1442504/2055920 swapFree=4192812/4192956
[pid=8413] ppid=8411 vsize=915460 CPUtime=162.46
/proc/8413/stat : 8413 (java) R 8411 8413 7409 0 -1 0 9669 0 1 0 16237 9 0 0 25 0 8 0 179359744 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8413/statm: 228865 9404 2524 14 0 215335 0
[pid=8413/tid=8415] ppid=8411 vsize=915460 CPUtime=0.03
/proc/8413/task/8415/stat : 8415 (java) S 8411 8413 7409 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 179359748 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8413/tid=8416] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8416/stat : 8416 (java) S 8411 8413 7409 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8417] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8417/stat : 8417 (java) S 8411 8413 7409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179359748 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8418] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8418/stat : 8418 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179359751 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8419] ppid=8411 vsize=915460 CPUtime=0.22
/proc/8413/task/8419/stat : 8419 (java) S 8411 8413 7409 0 -1 64 400 0 0 0 20 2 0 0 16 0 8 0 179359751 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8420] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8420/stat : 8420 (java) S 8411 8413 7409 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179359751 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8413/tid=8421] ppid=8411 vsize=915460 CPUtime=0
/proc/8413/task/8421/stat : 8421 (java) S 8411 8413 7409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179359751 937431040 9404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.46
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 196.35
CPU time (s): 196.206
CPU user time (s): 196.104
CPU system time (s): 0.101984
CPU usage (%): 99.9268
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.104
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9675
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= 4881
involuntary context switches= 5187

runsolver used 0.204968 s user time and 0.498924 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Jan  9 02:27:30 UTC 2007


IDJOB= 229736
IDBENCH= 6354
FILE ID= node18/229736-1168309650

PBS_JOBID= 3502313

Free space on /tmp= 66304 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-31_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229736-1168309650/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-229736-1168309650 -o ROOT/results/node18/solver-229736-1168309650 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229736-1168309650/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  490b8aa1a619c5217d8bb153ce031a76

RANDOM SEED= 535633251

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.231
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.231
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:       1470672 kB
Buffers:         96168 kB
Cached:         373236 kB
SwapCached:          0 kB
Active:         306708 kB
Inactive:       218288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          74528 kB
Slab:            45760 kB
Committed_AS:  5302348 kB
PageTables:       1720 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= 66304 MiB



End job on node18 on Tue Jan  9 02:30:47 UTC 2007