Trace number 1101583

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 ESACSAT 30.0834 30.2981

DiagnosticValue
CHECKS157289000
NODES108479

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-38_ext.xml
MD5SUMf3fa55c7d16146f8d279db1a6ef5d458
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 benchmark16.4255
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1101583-1215293818.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.28/0.38	       =>  wckTime=0.111  cpuTime=0.1  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
0.66/0.71	     nbConstraints=340  nbRelationTypes=340  nbExtensionStructures=340  nbSharedExtensionStructures=0
0.66/0.71	     nbConflictsStructures=340  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2939  minDegree=12
0.66/0.71	     maxDegree=24  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066  symmetryCpuTime=0.04
0.66/0.71	       =>  wckTime=0.439  cpuTime=0.31  mem=18M761
0.66/0.77	   
0.66/0.77	   solver IterativeSystematicSolver being built... 
0.86/0.92	       =>  wckTime=0.653  cpuTime=0.44  mem=21M208
0.86/0.98	   
0.86/0.98	   preprocessing
0.86/0.98	     nbConstraintChecks=70000  nbPropagations=954  nbRevisions=7545  nbUselessRevisions=6236  nbSingletonTests=52
0.86/0.98	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.86/0.98	       =>  wckTime=0.056  cpuTime=0.04  mem=21M208
1.05/1.11	   
1.05/1.11	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M216)
30.01/30.24	   
30.01/30.24	   search
30.01/30.24	     run=18  nbConstraintChecks=157218875  minDepth=1  maxDepth=40  nbPropagations=6132264  nbRevisions=86524780
30.01/30.24	     nbUselessRevisions=69960727  nbAssignments=108479  nbFailedAssignments=44176  nbInferredBacktracks=1
30.01/30.24	     nbBacktracks=64122  nbVisitedNodes=189388  nbRestartNogoods=145  nbFoundSolutions=1  nbSEliminables=8.37
30.01/30.24	     nbREliminables=1.43  nbIEliminables=0.16  nbDEliminables=0  nbPEliminables=0
30.01/30.24	       =>  wckTime=29.312  cpuTime=29.08  mem=22M216
30.01/30.24	   
30.01/30.24	   global
30.01/30.24	     nbConstraintChecks=157288875  nbPropagations=6133218  nbRevisions=86532325  nbUselessRevisions=69966963
30.01/30.24	     nbRestartNogoods=145  solvingWckTime=29.315  solvingCpuTime=29.08  expiredTime=no  totalExploration=no
30.01/30.24	     nbFoundSolutions=1  firstSolutionCpuTime=29.52  globalCpuTime=29.56
30.01/30.24	       =>  wckTime=29.971  cpuTime=29.52  mem=22M216
30.01/30.24	   
30.01/30.24	s SATISFIABLE
30.01/30.24	v 5 8 8 4 1 7 3 15 1 13 6 5 17 0 16 3 10 12 15 10 2 10 11 6 14 14 7 17 11 14 7 7 16 0 12 13 7 4 15 6 
30.01/30.24	d NODES 108479
30.01/30.24	d CHECKS 157288875
30.01/30.24	   
30.01/30.24	   totalWckTime=30.041  totalCpuTime=29.57

Verifier Data (download as text)

OK

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-1101583-1215293818/watcher-1101583-1215293818 -o /tmp/evaluation-result-1101583-1215293818/solver-1101583-1215293818 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1101583-1215293818.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: 1.91 1.95 1.98 4/72 10448
/proc/meminfo: memFree=1717520/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=18572 CPUtime=0
/proc/10448/stat : 10448 (runsolver) R 10446 10448 8487 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 141051933 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10448/statm: 4643 292 257 25 0 2626 0

[startup+0.03364 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 10448
/proc/meminfo: memFree=1717520/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=861228 CPUtime=0.01
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 1854 0 1 0 0 1 0 0 20 0 3 0 141051933 881897472 1542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 215307 1542 683 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102646 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 10448
/proc/meminfo: memFree=1717520/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=865884 CPUtime=0.08
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 3675 0 1 0 6 2 0 0 20 0 9 0 141051933 886665216 3150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216471 3150 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302688 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 10448
/proc/meminfo: memFree=1717520/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=866284 CPUtime=0.28
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 5738 0 1 0 24 4 0 0 20 0 9 0 141051933 887074816 5120 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216571 5120 1945 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702715 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 10448
/proc/meminfo: memFree=1717520/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867652 CPUtime=0.66
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 10025 165 1 0 59 7 0 0 20 0 10 0 141051933 888475648 8444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216913 8444 1998 9 0 211441 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867652

[startup+1.50179 s]
/proc/loadavg: 1.91 1.95 1.98 3/81 10461
/proc/meminfo: memFree=1685064/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=1.46
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17032 288 1 0 136 10 0 0 20 0 9 0 141051933 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10708 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=1.13
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11872 288 1 0 107 6 0 0 25 0 9 0 141051934 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4126873061 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.24
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 703 288 0 0 23 1 0 0 15 0 9 0 141051938 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867864

[startup+3.10195 s]
/proc/loadavg: 1.91 1.95 1.98 3/81 10461
/proc/meminfo: memFree=1684680/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=3.05
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17049 288 1 0 295 10 0 0 20 0 9 0 141051933 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10723 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=2.7
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11876 288 1 0 264 6 0 0 25 0 9 0 141051934 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4126861619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 17 0 9 0 141051936 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.25
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 716 288 0 0 24 1 0 0 15 0 9 0 141051938 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10723 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) 867864

[startup+6.30227 s]
/proc/loadavg: 1.92 1.95 1.98 3/81 10461
/proc/meminfo: memFree=1684432/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=6.23
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17066 288 1 0 613 10 0 0 20 0 9 0 141051933 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10726 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=5.89
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11879 288 1 0 583 6 0 0 25 0 9 0 141051934 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4126874422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10726 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867864

[startup+12.7019 s]
/proc/loadavg: 1.93 1.95 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=12.6
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17069 288 1 0 1250 10 0 0 20 0 9 0 141051933 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10728 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=12.26
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11882 288 1 0 1219 7 0 0 25 0 9 0 141051934 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4126916473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867864

[startup+25.5022 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=25.33
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2523 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=25
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2493 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4126864148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867864

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

[startup+28.7015 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=28.52
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2842 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=28.18
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2811 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4126864563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 867864

[startup+29.5016 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=29.32
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2922 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=28.98
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2891 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (KiB) 867864

[startup+29.9017 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=29.71
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2961 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=29.38
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2931 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4126861493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.71
Current children cumulated vsize (KiB) 867864

[startup+30.1017 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=29.91
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2981 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=29.58
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2951 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4126874422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.91
Current children cumulated vsize (KiB) 867864

[startup+30.2017 s]
/proc/loadavg: 1.94 1.96 1.98 3/81 10461
/proc/meminfo: memFree=1684304/2055920 swapFree=4192812/4192956
[pid=10448] ppid=10446 vsize=867864 CPUtime=30.01
/proc/10448/stat : 10448 (java) S 10446 10448 8487 0 -1 0 17070 288 1 0 2991 10 0 0 20 0 9 0 141051933 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10448/statm: 216966 10729 2633 9 0 211472 0
[pid=10448/tid=10450] ppid=10446 vsize=867864 CPUtime=29.68
/proc/10448/task/10450/stat : 10450 (java) R 10446 10448 8487 0 -1 64 11883 288 1 0 2961 7 0 0 25 0 9 0 141051934 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10451] ppid=10446 vsize=867864 CPUtime=0.05
/proc/10448/task/10451/stat : 10451 (java) S 10446 10448 8487 0 -1 64 3616 288 0 0 5 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10452] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10452/stat : 10452 (java) S 10446 10448 8487 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10453] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10453/stat : 10453 (java) S 10446 10448 8487 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 141051936 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10454] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10454/stat : 10454 (java) S 10446 10448 8487 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10455] ppid=10446 vsize=867864 CPUtime=0.26
/proc/10448/task/10455/stat : 10455 (java) S 10446 10448 8487 0 -1 64 717 288 0 0 25 1 0 0 16 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10456] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10456/stat : 10456 (java) S 10446 10448 8487 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10448/tid=10457] ppid=10446 vsize=867864 CPUtime=0
/proc/10448/task/10457/stat : 10457 (java) S 10446 10448 8487 0 -1 64 22 288 0 0 0 0 0 0 15 0 9 0 141051938 888692736 10729 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (KiB) 867864

Child status: 0
Real time (s): 30.2981
CPU time (s): 30.0834
CPU user time (s): 29.9644
CPU system time (s): 0.118981
CPU usage (%): 99.2915
Max. virtual memory (cumulated for all children) (KiB): 867864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.9644
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17488
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= 2021
involuntary context switches= 2364

runsolver used 0.045993 second user time and 0.103984 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 23:36:58
IDJOB=1101583
IDBENCH=60051
IDSOLVER=364
FILE ID=node27/1101583-1215293818
PBS_JOBID= 7882298
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-38_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101583-1215293818/watcher-1101583-1215293818 -o /tmp/evaluation-result-1101583-1215293818/solver-1101583-1215293818 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1101583-1215293818.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3fa55c7d16146f8d279db1a6ef5d458
RANDOM SEED=2131401709

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1718000 kB
Buffers:         54372 kB
Cached:         202056 kB
SwapCached:          0 kB
Active:         176956 kB
Inactive:       104604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:          38368 kB
Slab:            41976 kB
Committed_AS:   497388 kB
PageTables:       1544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-05 23:37:28