Trace number 1049696

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 ACSAT 24.3733 24.639

DiagnosticValue
CHECKS14317700
NODES5497

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-4.xml
MD5SUMc25bc2ed5a4fd79604373669bb556f6f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12898
Satisfiable
(Un)Satisfiability was proved
Number of variables228
Number of constraints616
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension616
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1049696-1215046182.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.42	     nbVariables=228  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=456
0.37/0.42	       =>  wckTime=0.176  cpuTime=0.13  mem=7M853
0.37/0.42	   
0.37/0.42	   predicates being loaded...
0.47/0.50	   
0.47/0.50	   constraints being loaded...
0.87/0.96	     nbConstraints=318  nbGlobalConstraints=3  nbMergedConstraints=301  nbConvertedConstraints=148
0.87/0.96	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=145  nbConflictsStructures=8
0.87/0.96	     nbSharedConflictsStructures=295  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
0.87/0.96	     nbEvaluationManagers=6  nbSharedEvaluationManagers=161  minDegree=3  maxDegree=10  minArity=2  avgArity=3.4
0.87/0.96	     maxArity=24  nbGenerators=3  nbFusions=0  symmetryWckTime=0.084  symmetryCpuTime=0.04
0.87/0.96	       =>  wckTime=0.712  cpuTime=0.48  mem=20M624
0.96/1.03	   
0.96/1.03	   solver IterativeSystematicSolver being built... 
1.05/1.12	   
1.05/1.12	   INFO : Forward propagation technique limited 
1.05/1.20	       =>  wckTime=0.95  cpuTime=0.63  mem=23M166
1.15/1.22	   
1.15/1.22	   preprocessing
1.15/1.22	     nbConstraintChecks=240  nbValidityChecks=216  nbPropagations=228  nbRevisions=228  nbUselessRevisions=228
1.15/1.22	     nbRemovedValues=0  detectedInconsistency=no
1.15/1.22	       =>  wckTime=0.021  cpuTime=0.01  mem=24M141
6.20/6.37	   
6.20/6.37	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M116)
24.32/24.62	   
24.32/24.62	   search
24.32/24.62	     run=7  nbConstraintChecks=14317423  nbValidityChecks=344449  minDepth=16  maxDepth=228  nbPropagations=90781
24.32/24.62	     nbRevisions=748959  nbUselessRevisions=631912  nbAssignments=5497  nbFailedAssignments=335  nbBacktracks=4752
24.32/24.62	     nbVisitedNodes=6242  nbRestartNogoods=22  nbFoundSolutions=1  nbSEliminables=2.28  nbREliminables=170.85
24.32/24.62	     nbIEliminables=27.38  nbDEliminables=0  nbPEliminables=0
24.32/24.62	       =>  wckTime=23.419  cpuTime=23.07  mem=25M116
24.32/24.62	   
24.32/24.62	   global
24.32/24.62	     nbConstraintChecks=14317663  nbValidityChecks=344665  nbPropagations=91009  nbRevisions=749187
24.32/24.62	     nbUselessRevisions=632140  nbRestartNogoods=22  solvingWckTime=23.421  solvingCpuTime=23.08  expiredTime=no
24.32/24.62	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=23.7  globalCpuTime=23.76
24.32/24.62	       =>  wckTime=24.372  cpuTime=23.71  mem=25M116
24.32/24.62	   
24.32/24.62	s SATISFIABLE
24.32/24.62	v 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
24.32/24.62	d NODES 5497
24.32/24.62	d CHECKS 14317663
24.32/24.62	   
24.32/24.62	   totalWckTime=24.429  totalCpuTime=23.76

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-1049696-1215046182/watcher-1049696-1215046182 -o /tmp/evaluation-result-1049696-1215046182/solver-1049696-1215046182 -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-1049696-1215046182.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.93 2.02 2.05 3/81 10919
/proc/meminfo: memFree=683032/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=18572 CPUtime=0
/proc/10919/stat : 10919 (runsolver) R 10917 10919 10028 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983593340 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10919/statm: 4643 292 257 25 0 2626 0

[startup+0.0475659 s]
/proc/loadavg: 1.93 2.02 2.05 3/81 10919
/proc/meminfo: memFree=683032/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=861876 CPUtime=0.03
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 2251 0 1 0 2 1 0 0 18 0 5 0 1983593340 882561024 1862 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.10194 s]
/proc/loadavg: 1.93 2.02 2.05 3/81 10919
/proc/meminfo: memFree=683032/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=865884 CPUtime=0.07
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 3675 0 1 0 6 1 0 0 18 0 9 0 1983593340 886665216 3150 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 216471 3150 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301962 s]
/proc/loadavg: 1.93 2.02 2.05 3/81 10919
/proc/meminfo: memFree=683032/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=866048 CPUtime=0.28
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 5587 0 1 0 24 4 0 0 18 0 9 0 1983593340 886833152 5001 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 216512 5001 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.702003 s]
/proc/loadavg: 1.93 2.02 2.05 3/81 10919
/proc/meminfo: memFree=683032/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=867548 CPUtime=0.67
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 7955 0 1 0 62 5 0 0 18 0 9 0 1983593340 888369152 7315 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 216887 7315 2007 9 0 211393 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867548

[startup+1.50453 s]
/proc/loadavg: 2.01 2.04 2.05 4/90 10932
/proc/meminfo: memFree=653776/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=1.45
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18163 308 1 0 134 11 0 0 18 0 9 0 1983593340 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11487 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=1.1
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13280 308 1 0 102 8 0 0 25 0 9 0 1983593342 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4127043824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.26
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 892 308 0 0 26 0 0 0 15 0 9 0 1983593345 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868332

[startup+3.10225 s]
/proc/loadavg: 2.01 2.04 2.05 3/90 10932
/proc/meminfo: memFree=647120/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=3.03
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18173 308 1 0 292 11 0 0 18 0 9 0 1983593340 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11496 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=2.68
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13286 308 1 0 260 8 0 0 25 0 9 0 1983593342 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4127040696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.26
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 896 308 0 0 26 0 0 0 15 0 9 0 1983593345 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11496 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868332

[startup+6.30159 s]
/proc/loadavg: 2.01 2.04 2.05 3/90 10932
/proc/meminfo: memFree=646864/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=6.2
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18232 308 1 0 609 11 0 0 18 0 9 0 1983593340 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11521 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=5.83
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13305 308 1 0 575 8 0 0 25 0 9 0 1983593342 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4127043831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.28
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 908 308 0 0 28 0 0 0 15 0 9 0 1983593345 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11521 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868332

[startup+12.7013 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646736/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=12.54
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18261 308 1 0 1243 11 0 0 18 0 9 0 1983593340 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11531 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=12.15
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13309 308 1 0 1207 8 0 0 25 0 9 0 1983593342 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4127040696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 16 0 9 0 1983593343 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.3
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 933 308 0 0 30 0 0 0 16 0 9 0 1983593345 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11531 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868332

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

[startup+19.1042 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646800/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=18.87
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18306 308 1 0 1876 11 0 0 18 0 9 0 1983593340 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11546 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=18.46
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 1838 8 0 0 25 0 9 0 1983593342 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4127041832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 974 308 0 0 33 0 0 0 15 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 868332

[startup+22.3013 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646800/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=22.04
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18306 308 1 0 2193 11 0 0 18 0 9 0 1983593340 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11546 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=21.63
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 2155 8 0 0 25 0 9 0 1983593342 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4127043248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 974 308 0 0 33 0 0 0 15 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.04
Current children cumulated vsize (KiB) 868332

[startup+23.9014 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646736/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=23.63
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18307 308 1 0 2352 11 0 0 18 0 9 0 1983593340 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11546 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=23.21
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 2313 8 0 0 25 0 9 0 1983593342 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4127040695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 975 308 0 0 33 0 0 0 15 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.63
Current children cumulated vsize (KiB) 868332

[startup+24.3015 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646736/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=24.02
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18308 308 1 0 2391 11 0 0 18 0 9 0 1983593340 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11547 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=23.6
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 2352 8 0 0 25 0 9 0 1983593342 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4127041824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 976 308 0 0 33 0 0 0 16 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.02
Current children cumulated vsize (KiB) 868332

[startup+24.5015 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646736/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=24.22
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18308 308 1 0 2411 11 0 0 18 0 9 0 1983593340 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11547 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=23.8
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 2372 8 0 0 25 0 9 0 1983593342 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4127043248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 976 308 0 0 33 0 0 0 16 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 868332

[startup+24.6029 s]
/proc/loadavg: 2.01 2.03 2.05 3/90 10932
/proc/meminfo: memFree=646736/2055920 swapFree=4180052/4192956
[pid=10919] ppid=10917 vsize=868332 CPUtime=24.32
/proc/10919/stat : 10919 (java) S 10917 10919 10028 0 -1 0 18308 308 1 0 2421 11 0 0 18 0 9 0 1983593340 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10919/statm: 217083 11547 2633 9 0 211589 0
[pid=10919/tid=10921] ppid=10917 vsize=868332 CPUtime=23.9
/proc/10919/task/10921/stat : 10921 (java) R 10917 10919 10028 0 -1 64 13313 308 1 0 2382 8 0 0 25 0 9 0 1983593342 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4127041824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10922] ppid=10917 vsize=868332 CPUtime=0.05
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 10028 0 -1 64 3149 308 0 0 4 1 0 0 17 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10923] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 10028 0 -1 64 16 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10924] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 10028 0 -1 64 13 308 0 0 0 0 0 0 16 0 9 0 1983593343 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10925] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 18 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10926] ppid=10917 vsize=868332 CPUtime=0.33
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 10028 0 -1 64 976 308 0 0 33 0 0 0 16 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10927] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 10028 0 -1 64 1 308 0 0 0 0 0 0 19 0 9 0 1983593345 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10919/tid=10928] ppid=10917 vsize=868332 CPUtime=0
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 10028 0 -1 64 29 308 0 0 0 0 0 0 15 0 9 0 1983593346 889171968 11547 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 868332

Child status: 0
Real time (s): 24.639
CPU time (s): 24.3733
CPU user time (s): 24.2393
CPU system time (s): 0.133979
CPU usage (%): 98.9216
Max. virtual memory (cumulated for all children) (KiB): 868332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2393
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18743
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= 1821
involuntary context switches= 2323

runsolver used 0.038994 second user time and 0.096985 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 02:49:42
IDJOB=1049696
IDBENCH=54842
IDSOLVER=363
FILE ID=node7/1049696-1215046182
PBS_JOBID= 7875160
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-4.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-1049696-1215046182/watcher-1049696-1215046182 -o /tmp/evaluation-result-1049696-1215046182/solver-1049696-1215046182 -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-1049696-1215046182.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c25bc2ed5a4fd79604373669bb556f6f
RANDOM SEED=96341251

node7.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.236
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.236
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:        683512 kB
Buffers:         78456 kB
Cached:         495304 kB
SwapCached:       7028 kB
Active:         905912 kB
Inactive:       385480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        683512 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         733840 kB
Slab:            64532 kB
Committed_AS:  4060264 kB
PageTables:       3396 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 node7 at 2008-07-03 02:50:06