Trace number 1078953

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ACUNSAT 44.3783 45.7288

DiagnosticValue
CHECKS57921
NODES25529

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-8_ext.xml
MD5SUM83434445d1ade316b4a7419841b63e78
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.3817
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1078953-1215208871.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.35	     nbVariables=64  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1664
0.28/0.35	       =>  wckTime=0.107  cpuTime=0.09  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.39/0.43	   Too large in ConstraintConflictsSTructure
0.39/0.49	     nbConstraints=17  nbRelationTypes=1  nbGlobalConstraints=17  nbExtensionStructures=1
0.39/0.49	     nbSharedExtensionStructures=15  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.39/0.49	     maxDegree=3  minArity=8  avgArity=10.82  maxArity=56  nbGenerators=1  nbFusions=0  symmetryWckTime=0.05
0.39/0.49	     symmetryCpuTime=0.03
0.39/0.49	       =>  wckTime=0.251  cpuTime=0.18  mem=15M143
0.48/0.54	   
0.48/0.54	   solver IterativeSystematicSolver being built... 
0.57/0.62	   
0.57/0.62	   INFO : Forward propagation technique limited 
0.57/0.69	       =>  wckTime=0.446  cpuTime=0.3  mem=20M430
0.68/0.73	   
0.68/0.73	   preprocessing
0.68/0.73	     nbConstraintChecks=0  nbValidityChecks=177881  nbPropagations=76  nbRevisions=0  nbUselessRevisions=0
0.68/0.73	     nbRemovedValues=84  detectedInconsistency=no
0.68/0.73	       =>  wckTime=0.039  cpuTime=0.02  mem=20M430
1.67/1.73	   
1.67/1.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M421)
44.28/45.66	   
44.28/45.66	   search
44.28/45.66	     run=15  nbConstraintChecks=57921  nbValidityChecks=388404681  minDepth=0  maxDepth=15  nbPropagations=3254199
44.28/45.66	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=25529  nbFailedAssignments=12168  nbBacktracks=13257
44.28/45.66	     nbVisitedNodes=43916  nbRestartNogoods=153  nbSEliminables=0  nbREliminables=3.06  nbIEliminables=53.84
44.28/45.66	     nbDEliminables=0  nbPEliminables=0
44.28/45.66	       =>  wckTime=44.969  cpuTime=43.58  mem=22M397
44.28/45.66	   
44.28/45.66	   global
44.28/45.66	     nbConstraintChecks=57921  nbValidityChecks=388582562  nbPropagations=3254275  nbRestartNogoods=153
44.28/45.66	     solvingWckTime=44.972  solvingCpuTime=43.58  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
44.28/45.66	     globalCpuTime=43.92
44.28/45.66	       =>  wckTime=45.421  cpuTime=43.88  mem=22M397
44.28/45.66	   
44.28/45.66	s UNSATISFIABLE
44.28/45.66	d NODES 25529
44.28/45.66	d CHECKS 57921
44.28/45.67	   
44.28/45.67	   totalWckTime=45.486  totalCpuTime=43.93

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078953-1215208871/watcher-1078953-1215208871 -o /tmp/evaluation-result-1078953-1215208871/solver-1078953-1215208871 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1078953-1215208871.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 28921
/proc/meminfo: memFree=1514828/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=1616 CPUtime=0
/proc/28921/stat : 28921 (java) R 28919 28921 26332 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1999859988 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/28921/statm: 404 148 122 9 0 46 0

[startup+0.00832902 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 28921
/proc/meminfo: memFree=1514828/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=1616 CPUtime=0
/proc/28921/stat : 28921 (java) D 28919 28921 26332 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1999859988 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28921/statm: 412 131 105 9 0 54 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101337 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 28921
/proc/meminfo: memFree=1514828/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=865884 CPUtime=0.09
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 3737 0 1 0 7 2 0 0 18 0 9 0 1999859988 886665216 3200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216471 3200 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301356 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 28921
/proc/meminfo: memFree=1514828/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=866284 CPUtime=0.28
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 6001 0 1 0 24 4 0 0 18 0 9 0 1999859988 887074816 5375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216571 5375 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701401 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 28921
/proc/meminfo: memFree=1514828/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=866932 CPUtime=0.68
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15293 277 1 0 60 8 0 0 18 0 9 0 1999859988 887738368 10036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216733 10036 2628 9 0 211239 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866932

[startup+1.5048 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 28934
/proc/meminfo: memFree=1483908/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=866932 CPUtime=1.47
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15598 277 1 0 139 8 0 0 18 0 9 0 1999859988 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216733 10339 2631 9 0 211239 0
[pid=28921/tid=28923] ppid=28919 vsize=866932 CPUtime=1.23
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11763 277 1 0 117 6 0 0 25 0 9 0 1999859989 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=866932 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 17 0 9 0 1999859991 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=866932 CPUtime=0.18
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 552 277 0 0 18 0 0 0 15 0 9 0 1999859993 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887738368 10339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866932

[startup+3.10264 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 28934
/proc/meminfo: memFree=1483588/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=866932 CPUtime=3.05
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15616 277 1 0 297 8 0 0 18 0 9 0 1999859988 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216733 10354 2631 9 0 211239 0
[pid=28921/tid=28923] ppid=28919 vsize=866932 CPUtime=2.8
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11775 277 1 0 274 6 0 0 25 0 9 0 1999859989 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4126747742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=866932 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 17 0 9 0 1999859991 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=866932 CPUtime=0.18
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 558 277 0 0 18 0 0 0 15 0 9 0 1999859993 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=866932 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887738368 10354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866932

[startup+6.30195 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 28934
/proc/meminfo: memFree=1483396/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=6.22
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15645 277 1 0 614 8 0 0 18 0 9 0 1999859988 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10380 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=5.95
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11791 277 1 0 589 6 0 0 25 0 9 0 1999859989 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4126799054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 17 0 9 0 1999859991 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 571 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867064

[startup+12.7026 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 28934
/proc/meminfo: memFree=1483076/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=12.57
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15674 277 1 0 1249 8 0 0 18 0 9 0 1999859988 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10407 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=12.29
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11817 277 1 0 1223 6 0 0 25 0 9 0 1999859989 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4126747778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 574 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10407 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867064

[startup+25.5019 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 28934
/proc/meminfo: memFree=1482820/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=25.25
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15720 277 1 0 2517 8 0 0 18 0 9 0 1999859988 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10452 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=24.98
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11862 277 1 0 2492 6 0 0 25 0 9 0 1999859989 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4126748072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10452 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867064

Solver just ended. Dumping a history of the last processes samples

[startup+38.3021 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 28934
/proc/meminfo: memFree=1482692/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=37.95
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15761 277 1 0 3786 9 0 0 18 0 9 0 1999859988 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10493 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=37.67
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11903 277 1 0 3761 6 0 0 25 0 9 0 1999859989 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4126788711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 867064

[startup+41.5015 s]
/proc/loadavg: 2.00 2.02 2.00 4/92 28999
/proc/meminfo: memFree=1465772/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=41.12
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15773 277 1 0 4103 9 0 0 18 0 9 0 1999859988 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10505 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=40.85
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11915 277 1 0 4078 7 0 0 25 0 9 0 1999859989 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4126737273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.12
Current children cumulated vsize (KiB) 867064

[startup+43.1026 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 28999
/proc/meminfo: memFree=1362540/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=42.37
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15778 277 1 0 4228 9 0 0 18 0 9 0 1999859988 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10510 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=42.09
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11920 277 1 0 4202 7 0 0 25 0 9 0 1999859989 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4126747778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.37
Current children cumulated vsize (KiB) 867064

[startup+44.7028 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 28999
/proc/meminfo: memFree=1313068/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=43.39
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15782 277 1 0 4330 9 0 0 18 0 9 0 1999859988 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10514 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=43.12
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11924 277 1 0 4305 7 0 0 25 0 9 0 1999859989 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4126747729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.39
Current children cumulated vsize (KiB) 867064

[startup+45.5029 s]
/proc/loadavg: 2.00 2.02 2.00 5/92 28999
/proc/meminfo: memFree=1263980/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=44.18
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15784 277 1 0 4409 9 0 0 18 0 9 0 1999859988 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10516 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=43.91
/proc/28921/task/28923/stat : 28923 (java) R 28919 28921 26332 0 -1 64 11926 277 1 0 4384 7 0 0 25 0 9 0 1999859989 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4126765816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 575 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.18
Current children cumulated vsize (KiB) 867064

[startup+45.7029 s]
/proc/loadavg: 2.00 2.02 2.00 5/92 28999
/proc/meminfo: memFree=1263980/2055920 swapFree=4179028/4192956
[pid=28921] ppid=28919 vsize=867064 CPUtime=44.35
/proc/28921/stat : 28921 (java) S 28919 28921 26332 0 -1 0 15876 277 1 0 4426 9 0 0 18 0 9 0 1999859988 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28921/statm: 216766 10606 2631 9 0 211272 0
[pid=28921/tid=28923] ppid=28919 vsize=867064 CPUtime=44.08
/proc/28921/task/28923/stat : 28923 (java) S 28919 28921 26332 0 -1 64 12017 277 1 0 4401 7 0 0 25 0 9 0 1999859989 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28924] ppid=28919 vsize=867064 CPUtime=0.03
/proc/28921/task/28924/stat : 28924 (java) S 28919 28921 26332 0 -1 64 2442 277 0 0 3 0 0 0 16 0 9 0 1999859991 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28925] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28925/stat : 28925 (java) S 28919 28921 26332 0 -1 64 13 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28926] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28926/stat : 28926 (java) S 28919 28921 26332 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 1999859991 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28927] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28927/stat : 28927 (java) S 28919 28921 26332 0 -1 64 1 277 0 0 0 0 0 0 23 0 9 0 1999859993 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28928] ppid=28919 vsize=867064 CPUtime=0.21
/proc/28921/task/28928/stat : 28928 (java) S 28919 28921 26332 0 -1 64 576 277 0 0 21 0 0 0 16 0 9 0 1999859993 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28921/tid=28929] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28929/stat : 28929 (java) S 28919 28921 26332 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 1999859993 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28921/tid=28930] ppid=28919 vsize=867064 CPUtime=0
/proc/28921/task/28930/stat : 28930 (java) S 28919 28921 26332 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1999859993 887873536 10606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.35
Current children cumulated vsize (KiB) 867064

Child status: 0
Real time (s): 45.7288
CPU time (s): 44.3783
CPU user time (s): 44.2693
CPU system time (s): 0.108983
CPU usage (%): 97.0467
Max. virtual memory (cumulated for all children) (KiB): 867064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2693
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16181
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= 2200
involuntary context switches= 2397

runsolver used 0.057991 second user time and 0.158975 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 00:01:11
IDJOB=1078953
IDBENCH=56852
IDSOLVER=363
FILE ID=node36/1078953-1215208871
PBS_JOBID= 7881623
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-8_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078953-1215208871/watcher-1078953-1215208871 -o /tmp/evaluation-result-1078953-1215208871/solver-1078953-1215208871 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1078953-1215208871.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83434445d1ade316b4a7419841b63e78
RANDOM SEED=1173745383

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.240
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.240
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:       1515308 kB
Buffers:         94168 kB
Cached:         364108 kB
SwapCached:       7932 kB
Active:         283020 kB
Inactive:       187560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515308 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          19640 kB
Slab:            55484 kB
Committed_AS:  3277904 kB
PageTables:       1660 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= 66548 MiB
End job on node36 at 2008-07-05 00:01:57