Trace number 1086896

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 35.1497 35.3146

DiagnosticValue
CHECKS12112700
NODES551

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-8.xml
MD5SUMcfa9ba3026b79df8ffeb8caaf7a20825
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.1497
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1086896-1215241767.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.48/0.52	     nbVariables=550  nbDomainTypes=8  minDomainSize=98  maxDomainSize=998  nbTotalValues=448436
0.48/0.52	       =>  wckTime=0.288  cpuTime=0.21  mem=21M567
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
20.58/20.65	   
20.58/20.65	   INFO : Stopping converting binary constraints (cpu=20.18, mem = 46M728)
24.75/24.81	     nbConstraints=5031  nbGlobalConstraints=14  nbMergedConstraints=4444  nbConvertedConstraints=59
24.75/24.81	     nbConvertConstraintsChecks=44656926  nbExtensionStructures=59  nbSharedExtensionStructures=1
24.75/24.81	     nbConflictsStructures=62  nbSharedConflictsStructures=2  nbUnbuiltConflictsStructures=4247
24.75/24.81	     nbSharedBinaryRepresentations=71609  nbEvaluationManagers=4250  nbSharedEvaluationManagers=708  minDegree=3
24.75/24.81	     maxDegree=41  minArity=2  avgArity=2.01  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.995
24.75/24.81	     symmetryCpuTime=1.78  nbCliques=14
24.75/24.81	       =>  wckTime=24.578  cpuTime=23.83  mem=38M745
24.85/24.99	   
24.85/25.00	   solver IterativeSystematicSolver being built... 
25.15/25.24	   
25.15/25.24	   INFO : Forward propagation technique limited 
25.24/25.33	       =>  wckTime=25.092  cpuTime=24.08  mem=98M255
31.28/31.41	   
31.28/31.41	   preprocessing
31.28/31.41	     nbConstraintChecks=11952878  nbValidityChecks=1534962  nbPropagations=1800  nbRevisions=38817
31.28/31.41	     nbUselessRevisions=33733  nbRemovedValues=441317  detectedInconsistency=no
31.28/31.41	       =>  wckTime=6.08  cpuTime=6.0  mem=99M280
35.05/35.22	   
35.05/35.22	   search
35.05/35.22	     run=0  nbConstraintChecks=159844  nbValidityChecks=296314  minDepth=148  maxDepth=550  nbPropagations=3691
35.05/35.22	     nbRevisions=64694  nbUselessRevisions=57810  nbAssignments=551  nbFailedAssignments=1  nbBacktracks=0
35.05/35.22	     nbVisitedNodes=553  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
35.05/35.22	     nbSEliminables=0  nbREliminables=0  nbIEliminables=465.47  nbDEliminables=0  nbPEliminables=0
35.05/35.22	       =>  wckTime=9.889  cpuTime=9.74  mem=104M339
35.05/35.22	   
35.05/35.22	   global
35.05/35.22	     nbConstraintChecks=12112722  nbValidityChecks=1831276  nbPropagations=5491  nbRevisions=103511
35.05/35.22	     nbUselessRevisions=91543  nbRestartNogoods=0  solvingWckTime=9.892  solvingCpuTime=9.74  expiredTime=no
35.05/35.23	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=33.8  globalCpuTime=33.87
35.05/35.23	       =>  wckTime=34.991  cpuTime=33.82  mem=104M339
35.05/35.26	   
35.05/35.26	s SATISFIABLE
35.05/35.26	v -3792 2452 -2152 -3448 3980 -2808 -3524 -2804 -2832 -2224 -2820 3156 -4100 2588 -2848 -2268 3792 -3320 -3692 -2620 -2888 3572 -3976 2172 -3400 3220 -4060 2980 -3856 2208 -4084 -2844 3376 2788 -3476 -2176 -3036 3180 2728 -2664 3832 -2968 -2772 -4060 -2176 2828 3652 -2232 3460 -2268 -4100 2616 3924 -2112 -2744 2808 3656 4060 3780 -3400 -2884 2944 3808 -3924 -3048 -2472 3436 2848 -2512 -2432 -2620 -2660 2472 -2264 -2196 -2452 -2780 -2680 2956 2132 -3664 3216 2440 -2152 -2268 -2288 -3792 -2708 -3328 2108 -3400 -3896 3084 -2660 -2148 -3360 3068 -2472 3092 -2876 -2964 -2884 -2432 -2780 3920 -3964 -2660 -4092 -2152 -3996 3476 3748 -2844 -2224 4052 2152 3028 -3892 -2276 -3400 -3360 2828 2152 4060 -3476 3780 -2660 -2664 -2844 2132 -3896 3032 2172 -2112 2108 2856 -3400 -2244 -2312 -2624 3608 -2884 -2224 2772 -2624 -2224 -3780 3980 -4036 -4076 -2636 -2664 2140 -2180 2764 4016 2808 2780 3652 -3940 -2640 -3740 2936 2164 -3056 -2172 -3400 2272 2944 3456 -4036 3600 3668 -2664 -2768 -3360 -3360 -3792 3512 -2764 -3736 -2164 2748 -2836 -2424 -2664 3848 -3940 3180 -3360 4060 -2808 3220 -2624 -2868 -2884 3196 3496 -3360 2108 3924 -2836 -2844 -4100 -2268 2576 -3284 2124 -2844 2748 -2840 -3284 2588 -2264 -3612 -3288 2880 2492 -2204 2148 -3820 -4076 -2308 -4100 -2264 2228 -3552 3964 3088 -4060 -3256 -3560 3276 2136 -4100 -2624 -2188 3144 2212 3500 2992 2996 -3696 3692 -2844 3092 -3324 -2884 -3972 2772 -3740 -3848 3436 3696 3816 -2192 -2492 -2180 3264 -2868 -3400 -2620 2648 -3360 3072 -2136 -2620 3924 2944 3832 3364 -2112 -3360 3648 -3324 2708 -3132 -2436 -3284 2532 3404 -2784 -2884 -2512 2272 -2884 2108 -2272 -3564 2424 -3856 -3400 -4100 3372 -4060 -2492 -4076 2140 4080 3880 2848 -2820 2376 -2268 -2820 3136 4052 -3360 4012 -2844 3076 -2652 3284 -4100 3008 -2268 4076 -2164 2532 -3400 -2624 3900 2996 2956 2492 -3328 2688 -3856 -2228 -3400 3132 2172 2984 3220 -3360 -2656 2896 -2744 -2412 -2192 -3360 -2792 2384 2996 -3560 -2812 -2308 -2624 3600 2788 -2228 3020 -2192 -2268 3332 -2248 4100 -2248 -2228 -2884 -3280 -3960 -3400 -3316 -3788 -2176 -2316 -2884 3436 -3832 3936 -2664 -2268 2804 -3124 2120 -2224 2160 2616 2704 -2156 2668 -2264 -3400 3708 3324 4016 -3396 -2844 -3932 3492 3028 -2152 -2264 -2228 -3400 2732 -2224 -2124 3500 3224 2788 -3372 4044 -3324 4056 -2416 2132 2612 -2660 3140 -2548 3836 -2228 -3888 -2844 -3400 -4056 -3888 3408 -2224 -2276 3704 -3804 -2312 -2748 2172 -2748 2896 -3288 3184 3096 -3360 3116 -2876 -3360 2472 -2844 -2136 -2848 -3476 3008 3016 4040 2248 3068 -3848 -2916 -3356 2768 3896 -4060 4052 -2832 -3696 -2124 2648 -2812 -2268 -2816 -3360 3336 -3048 2228 2828 -2264 -3180 3936 -3400 2984 -4036 3764 2148 3860 -2548 -2620 -2264 -2264 -4100 4060 -2224 -2268 3180 -3832 3332 -2884 3460 -2688 -2264 -4100 -2160 -3852 -2476 3032 -2624 -2648 -2384 -2876 -2872 2596 2608 3128 -2288 3796 -2148 4100 -3360 4012 -4036 4060 2480 -2884 3648 -2236 -2844 2936 2924 -3996 2984 -2656 -2212 -2868 3920 -2764 -2664 4060 3964 -2224 -3360 -2616 3452 2140 -3400 4036 2120 3008 -2148 -2452 -3400 3436 2804 -3360 -4036 3656 3140 -3608 -2228 3884 -2180 3180 
35.05/35.26	d NODES 551
35.05/35.26	d CHECKS 12112722
35.05/35.26	   
35.05/35.26	   totalWckTime=35.084  totalCpuTime=33.91

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-1086896-1215241767/watcher-1086896-1215241767 -o /tmp/evaluation-result-1086896-1215241767/solver-1086896-1215241767 -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-1086896-1215241767.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.99 1.73 1.45 4/76 17152
/proc/meminfo: memFree=1887360/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=10616 CPUtime=0
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 647113853 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 2654 472 209 9 0 1184 0
[pid=17152/tid=17153] ppid=17150 vsize=10616 CPUtime=0
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 647113854 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8740824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0436251 s]
/proc/loadavg: 1.99 1.73 1.45 4/76 17152
/proc/meminfo: memFree=1887360/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=861876 CPUtime=0.03
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 2272 0 1 0 2 1 0 0 18 0 5 0 647113853 882561024 1879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 215679 1962 902 9 0 210658 0
[pid=17152/tid=17153] ppid=17150 vsize=862716 CPUtime=0.03
/proc/17152/task/17153/stat : 17153 (java) S 17150 17152 15337 0 -1 64 1686 0 1 0 2 1 0 0 18 0 7 0 647113854 883421184 1962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.107552 s]
/proc/loadavg: 1.99 1.73 1.45 4/76 17152
/proc/meminfo: memFree=1887360/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=865884 CPUtime=0.09
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 3886 0 1 0 7 2 0 0 18 0 9 0 647113853 886665216 3326 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 216471 3326 1749 9 0 211026 0
[pid=17152/tid=17153] ppid=17150 vsize=865884 CPUtime=0.08
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 2984 0 1 0 7 1 0 0 18 0 9 0 647113854 886665216 3326 996147200 134512640 134550740 4294955968 18446744073709551615 104252976 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302589 s]
/proc/loadavg: 1.99 1.73 1.45 4/76 17152
/proc/meminfo: memFree=1887360/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=866196 CPUtime=0.28
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 5634 0 1 0 25 3 0 0 18 0 9 0 647113853 886984704 5048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 216549 5048 1903 9 0 211097 0
[pid=17152/tid=17153] ppid=17150 vsize=866196 CPUtime=0.23
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 4660 0 1 0 21 2 0 0 18 0 9 0 647113854 886984704 5048 996147200 134512640 134550740 4294955968 18446744073709551615 4125979873 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702659 s]
/proc/loadavg: 1.99 1.73 1.45 4/76 17152
/proc/meminfo: memFree=1887360/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=868712 CPUtime=0.69
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 11342 0 1 0 62 7 0 0 18 0 9 0 647113853 889561088 10702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217178 10703 2010 9 0 211684 0
[pid=17152/tid=17153] ppid=17150 vsize=868712 CPUtime=0.51
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 9999 0 1 0 46 5 0 0 18 0 9 0 647113854 889561088 10703 996147200 134512640 134550740 4294955968 18446744073709551615 4126743372 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868712

[startup+1.50182 s]
/proc/loadavg: 1.99 1.73 1.45 3/85 17161
/proc/meminfo: memFree=1834040/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=868624 CPUtime=1.49
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 20813 0 1 0 138 11 0 0 18 0 9 0 647113853 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217156 20146 2005 9 0 211684 0
[pid=17152/tid=17153] ppid=17150 vsize=868624 CPUtime=1.22
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 15787 0 1 0 113 9 0 0 18 0 9 0 647113854 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4126912923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17155] ppid=17150 vsize=868624 CPUtime=0.05
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 3653 0 0 0 5 0 0 0 17 0 9 0 647113855 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17156] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647113855 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17157] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647113856 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17158] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113857 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=868624 CPUtime=0.18
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 674 0 0 0 18 0 0 0 15 0 9 0 647113857 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17160] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647113858 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 647113858 889470976 20146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868624

[startup+3.10112 s]
/proc/loadavg: 1.99 1.73 1.45 3/85 17161
/proc/meminfo: memFree=1814328/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=868624 CPUtime=3.08
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 20817 0 1 0 297 11 0 0 18 0 9 0 647113853 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217156 20149 2005 9 0 211684 0
[pid=17152/tid=17153] ppid=17150 vsize=868624 CPUtime=2.81
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 15789 0 1 0 272 9 0 0 25 0 9 0 647113854 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4126882570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17155] ppid=17150 vsize=868624 CPUtime=0.05
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 3653 0 0 0 5 0 0 0 17 0 9 0 647113855 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17156] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647113855 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17157] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647113856 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17158] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113857 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=868624 CPUtime=0.18
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 676 0 0 0 18 0 0 0 16 0 9 0 647113857 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17160] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647113858 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 647113858 889470976 20149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 868624

[startup+6.30174 s]
/proc/loadavg: 1.99 1.74 1.45 3/85 17161
/proc/meminfo: memFree=1814200/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=868624 CPUtime=6.28
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 20821 0 1 0 617 11 0 0 18 0 9 0 647113853 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217156 20152 2005 9 0 211684 0
[pid=17152/tid=17153] ppid=17150 vsize=868624 CPUtime=6.01
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 15792 0 1 0 592 9 0 0 25 0 9 0 647113854 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4126902528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17155] ppid=17150 vsize=868624 CPUtime=0.05
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 3653 0 0 0 5 0 0 0 16 0 9 0 647113855 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647113855 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17157] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647113856 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17158] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113857 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=868624 CPUtime=0.19
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 677 0 0 0 19 0 0 0 17 0 9 0 647113857 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17160] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647113858 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 647113858 889470976 20152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868624

[startup+12.702 s]
/proc/loadavg: 1.99 1.74 1.45 3/85 17161
/proc/meminfo: memFree=1814008/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=868624 CPUtime=12.68
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 20825 0 1 0 1256 12 0 0 18 0 9 0 647113853 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217156 20154 2005 9 0 211684 0
[pid=17152/tid=17153] ppid=17150 vsize=868624 CPUtime=12.39
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 15794 0 1 0 1230 9 0 0 20 0 9 0 647113854 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4126911474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17155] ppid=17150 vsize=868624 CPUtime=0.05
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 3653 0 0 0 5 0 0 0 16 0 9 0 647113855 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647113855 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17157] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647113856 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17158] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113857 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=868624 CPUtime=0.19
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 679 0 0 0 19 0 0 0 16 0 9 0 647113857 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17152/tid=17160] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647113858 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=868624 CPUtime=0
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 647113858 889470976 20154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 868624

[startup+25.5024 s]
/proc/loadavg: 2.07 1.77 1.47 4/85 17165
/proc/meminfo: memFree=1768240/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=869360 CPUtime=25.43
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 56624 553 1 0 2514 23 5 1 18 0 9 0 647113853 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217340 33469 2638 9 0 211846 0
[pid=17152/tid=17153] ppid=17150 vsize=869360 CPUtime=24.5
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 29485 553 1 0 2431 13 5 1 25 0 9 0 647113854 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4127314609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17155] ppid=17150 vsize=869360 CPUtime=0.62
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 25344 553 0 0 49 7 5 1 16 0 9 0 647113855 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 16 553 0 0 0 0 5 1 16 0 9 0 647113855 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17157] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 23 553 0 0 0 0 5 1 15 0 9 0 647113856 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17158] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 553 0 0 0 0 5 1 18 0 9 0 647113857 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=869360 CPUtime=0.4
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 922 553 0 0 34 0 5 1 15 0 9 0 647113857 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17160] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 553 0 0 0 0 5 1 19 0 9 0 647113858 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 11 553 0 0 0 0 5 1 15 0 9 0 647113858 890224640 33469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 869360

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

[startup+31.9067 s]
/proc/loadavg: 2.07 1.77 1.47 3/85 17165
/proc/meminfo: memFree=1763120/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=869360 CPUtime=31.78
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 56648 553 1 0 3148 24 5 1 18 0 9 0 647113853 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217340 33486 2638 9 0 211846 0
[pid=17152/tid=17153] ppid=17150 vsize=869360 CPUtime=30.8
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 29487 553 1 0 3061 13 5 1 25 0 9 0 647113854 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4127362644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17155] ppid=17150 vsize=869360 CPUtime=0.62
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 25344 553 0 0 49 7 5 1 16 0 9 0 647113855 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 16 553 0 0 0 0 5 1 16 0 9 0 647113855 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17157] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 23 553 0 0 0 0 5 1 15 0 9 0 647113856 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17158] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 553 0 0 0 0 5 1 18 0 9 0 647113857 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=869360 CPUtime=0.44
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 943 553 0 0 37 1 5 1 15 0 9 0 647113857 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17160] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 553 0 0 0 0 5 1 19 0 9 0 647113858 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 12 553 0 0 0 0 5 1 15 0 9 0 647113858 890224640 33486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (KiB) 869360

[startup+33.502 s]
/proc/loadavg: 2.07 1.77 1.47 3/85 17165
/proc/meminfo: memFree=1763120/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=869360 CPUtime=33.36
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 56653 553 1 0 3306 24 5 1 18 0 9 0 647113853 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217340 33489 2638 9 0 211846 0
[pid=17152/tid=17153] ppid=17150 vsize=869360 CPUtime=32.38
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 29489 553 1 0 3219 13 5 1 25 0 9 0 647113854 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4127366849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17155] ppid=17150 vsize=869360 CPUtime=0.62
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 25344 553 0 0 49 7 5 1 17 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 16 553 0 0 0 0 5 1 16 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17157] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 23 553 0 0 0 0 5 1 15 0 9 0 647113856 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17158] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 553 0 0 0 0 5 1 18 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=869360 CPUtime=0.45
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 946 553 0 0 38 1 5 1 15 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17160] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 553 0 0 0 0 5 1 19 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 12 553 0 0 0 0 5 1 15 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.36
Current children cumulated vsize (KiB) 869360

[startup+34.3021 s]
/proc/loadavg: 2.06 1.78 1.47 3/85 17165
/proc/meminfo: memFree=1763120/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=869360 CPUtime=34.16
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 56653 553 1 0 3386 24 5 1 18 0 9 0 647113853 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217340 33489 2638 9 0 211846 0
[pid=17152/tid=17153] ppid=17150 vsize=869360 CPUtime=33.17
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 29489 553 1 0 3298 13 5 1 25 0 9 0 647113854 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4127363244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17155] ppid=17150 vsize=869360 CPUtime=0.62
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 25344 553 0 0 49 7 5 1 16 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 16 553 0 0 0 0 5 1 16 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17157] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 23 553 0 0 0 0 5 1 15 0 9 0 647113856 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17158] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 553 0 0 0 0 5 1 18 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=869360 CPUtime=0.45
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 946 553 0 0 38 1 5 1 15 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17160] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 553 0 0 0 0 5 1 19 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 12 553 0 0 0 0 5 1 15 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.16
Current children cumulated vsize (KiB) 869360

[startup+35.1023 s]
/proc/loadavg: 2.06 1.78 1.47 3/85 17165
/proc/meminfo: memFree=1763120/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=869360 CPUtime=34.95
/proc/17152/stat : 17152 (java) S 17150 17152 15337 0 -1 0 56653 553 1 0 3465 24 5 1 18 0 9 0 647113853 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 217340 33489 2638 9 0 211846 0
[pid=17152/tid=17153] ppid=17150 vsize=869360 CPUtime=33.96
/proc/17152/task/17153/stat : 17153 (java) R 17150 17152 15337 0 -1 64 29489 553 1 0 3377 13 5 1 25 0 9 0 647113854 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4127362640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17155] ppid=17150 vsize=869360 CPUtime=0.62
/proc/17152/task/17155/stat : 17155 (java) S 17150 17152 15337 0 -1 64 25344 553 0 0 49 7 5 1 16 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17156] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17156/stat : 17156 (java) S 17150 17152 15337 0 -1 64 16 553 0 0 0 0 5 1 16 0 9 0 647113855 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17157] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17157/stat : 17157 (java) S 17150 17152 15337 0 -1 64 23 553 0 0 0 0 5 1 15 0 9 0 647113856 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17158] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17158/stat : 17158 (java) S 17150 17152 15337 0 -1 64 1 553 0 0 0 0 5 1 18 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17159] ppid=17150 vsize=869360 CPUtime=0.45
/proc/17152/task/17159/stat : 17159 (java) S 17150 17152 15337 0 -1 64 946 553 0 0 38 1 5 1 16 0 9 0 647113857 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17160] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17160/stat : 17160 (java) S 17150 17152 15337 0 -1 64 2 553 0 0 0 0 5 1 19 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17152/tid=17161] ppid=17150 vsize=869360 CPUtime=0.06
/proc/17152/task/17161/stat : 17161 (java) S 17150 17152 15337 0 -1 64 12 553 0 0 0 0 5 1 15 0 9 0 647113858 890224640 33489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.95
Current children cumulated vsize (KiB) 869360

[startup+35.3029 s]
/proc/loadavg: 2.06 1.78 1.47 3/85 17165
/proc/meminfo: memFree=1763120/2055920 swapFree=4180232/4192956
[pid=17152] ppid=17150 vsize=0 CPUtime=35.12
/proc/17152/stat : 17152 (java) Z 17150 17152 15337 0 -1 12 56694 553 1 0 3481 25 5 1 16 0 2 0 647113853 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17152/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 35.3146
CPU time (s): 35.1497
CPU user time (s): 34.8677
CPU system time (s): 0.281957
CPU usage (%): 99.533
Max. virtual memory (cumulated for all children) (KiB): 870404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.8677
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57247
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= 2590
involuntary context switches= 2473

runsolver used 0.043993 second user time and 0.12998 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 09:09:27
IDJOB=1086896
IDBENCH=57894
IDSOLVER=364
FILE ID=node5/1086896-1215241767
PBS_JOBID= 7881883
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-8.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-1086896-1215241767/watcher-1086896-1215241767 -o /tmp/evaluation-result-1086896-1215241767/solver-1086896-1215241767 -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-1086896-1215241767.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cfa9ba3026b79df8ffeb8caaf7a20825
RANDOM SEED=1307906141

node5.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.279
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.279
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:       1887776 kB
Buffers:          5880 kB
Cached:          52912 kB
SwapCached:       6964 kB
Active:          98680 kB
Inactive:        19192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887776 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:          65304 kB
Slab:            35528 kB
Committed_AS:  1092328 kB
PageTables:       1836 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= 66528 MiB
End job on node5 at 2008-07-05 09:10:03