Trace number 2097822

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 29.3565 29.5361

DiagnosticValue
CHECKS6105630
NODES651

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-7.xml
MD5SUMf7a160e85c0f22f460747e3f10500acd
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 benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097822-1247414062.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.48	     nbVariables=650  nbDomainTypes=11  minDomainSize=42  maxDomainSize=498  nbTotalValues=233788
0.39/0.48	       =>  wckTime=0.229  cpuTime=0.17  mem=15M735
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
20.49/20.61	   
20.49/20.61	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 41M348)
23.84/24.07	     nbConstraints=4644  nbGlobalConstraints=13  nbMergedConstraints=4053  nbConvertedConstraints=266
23.84/24.07	     nbConvertConstraintsChecks=43775692  nbExtensionStructures=252  nbSharedExtensionStructures=27
23.84/24.07	     nbConflictsStructures=559  nbSharedConflictsStructures=157  nbUnbuiltConflictsStructures=3132
23.84/24.07	     nbSharedBinaryRepresentations=158309  nbEvaluationManagers=3439  nbSharedEvaluationManagers=926  minDegree=2
23.84/24.07	     maxDegree=33  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.781
23.84/24.07	     symmetryCpuTime=0.67  nbCliques=13
23.84/24.07	       =>  wckTime=23.822  cpuTime=23.09  mem=49M55
24.05/24.26	   
24.05/24.26	   solver IterativeSystematicSolver being built... 
24.25/24.40	   
24.25/24.40	   INFO : Forward propagation technique limited 
24.34/24.53	       =>  wckTime=24.279  cpuTime=23.3  mem=53M192
27.03/27.20	   
27.03/27.20	   preprocessing
27.03/27.20	     nbConstraintChecks=5814372  nbValidityChecks=546568  nbPropagations=1572  nbRevisions=25551
27.03/27.20	     nbUselessRevisions=21482  nbRemovedValues=224194  detectedInconsistency=no
27.03/27.20	       =>  wckTime=2.671  cpuTime=2.62  mem=53M192
29.22/29.47	   
29.22/29.47	   search
29.22/29.47	     run=0  nbConstraintChecks=291260  nbValidityChecks=342093  minDepth=0  maxDepth=650  nbPropagations=3760
29.22/29.47	     nbRevisions=48698  nbUselessRevisions=42722  nbAssignments=651  nbFailedAssignments=1  nbBacktracks=0
29.22/29.47	     nbVisitedNodes=653  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
29.22/29.47	     nbSEliminables=0  nbREliminables=0  nbIEliminables=511.54  nbDEliminables=0  nbPEliminables=0
29.22/29.47	       =>  wckTime=4.94  cpuTime=4.85  mem=59M111
29.22/29.47	   
29.22/29.47	   global
29.22/29.47	     nbConstraintChecks=6105632  nbValidityChecks=888661  nbPropagations=5332  nbRevisions=74249
29.22/29.47	     nbUselessRevisions=64204  nbRestartNogoods=0  solvingWckTime=4.942  solvingCpuTime=4.85  expiredTime=no
29.22/29.47	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=28.14  globalCpuTime=28.21
29.22/29.47	       =>  wckTime=29.226  cpuTime=28.17  mem=59M111
29.22/29.49	   
29.22/29.49	s SATISFIABLE
29.22/29.49	v 3132 -2956 -3168 -2628 -3208 3164 2256 -2872 -3120 -2224 -2216 -2376 -2252 -3068 -2252 2436 2744 -2640 -2256 2940 -2956 -2796 2968 2908 -2648 -2932 -3208 -2960 3200 2736 -2564 -2252 2784 -2932 -2488 -2488 -2912 -3000 -2256 2216 -2292 -2440 -2856 -2736 2520 2588 -2472 -2856 2984 2268 -2900 3208 2460 2960 3208 2292 2652 -2612 -2216 -2736 -3100 -2360 -3136 2256 -2496 -2956 -2588 2244 2860 2680 2900 3128 -2288 -2488 -3168 -2428 -2932 2712 -3080 -3172 -2900 -2696 -2444 3164 -2972 -2292 -2448 -2916 -3036 2240 -2488 2232 2996 -2996 2248 2736 2264 -2256 -2956 2992 2972 -3068 -2464 -2812 -3024 2556 2312 2344 2744 -2664 -2956 -2956 -2860 3132 2952 2612 -2252 -2436 2772 -3080 -3092 -2384 2892 -2864 2472 3168 -2956 3040 -2872 -2444 2216 -3056 -3168 -2960 -2924 -2592 -3168 2776 -2872 -2916 2536 -2260 3160 -2912 -2276 3020 -2620 3028 -2636 3040 -2448 -2400 -3068 -2996 -2960 -2964 -2956 -3000 -2440 -3208 3164 2984 -3072 2216 -3208 -2216 2724 2500 -2268 -2248 -3068 -2648 -2472 -2448 -2448 -2956 3152 -2816 3084 -3108 -2728 -3104 -2272 2524 -3068 -2288 2916 -3208 2684 2724 -2972 2376 -2976 3168 -2620 -2560 2624 2316 -2520 -2340 3176 -2332 2976 -2916 -3068 2676 -2448 -2924 2640 -3108 -2776 -2956 -2620 -2964 -3208 -2996 2764 -2900 -2584 2976 2480 -2912 -2776 -3108 -2292 -2408 -2932 -2836 -2448 -2300 -2932 2620 2688 -2592 2852 -2996 -2912 -2860 -2308 3208 -2768 -3068 2520 -2916 2216 -2448 2276 2292 -3108 -2916 2572 -2872 -2816 -3176 -2604 2516 -3100 -2728 -3012 2368 2688 2784 -2400 -2488 -2996 2580 -2256 2252 -3168 2428 -2776 -2876 -3068 2552 2256 2600 2596 -2728 2388 -2956 -2916 -2916 -2488 -2956 2996 2704 -2256 -2912 -2252 3208 3120 2900 -2940 2896 -2796 -2660 3132 -3068 2880 2316 -2220 -2964 2516 -2736 -2956 2840 2916 -2872 -3108 -2932 2216 -2996 2720 -2388 -2620 2396 2936 3016 3080 -2716 -3168 -3068 -3168 -3068 -2812 -3136 -3208 -2628 -3112 -2552 3204 -2872 2728 -2764 -2268 -3052 -2912 -2332 -2256 -2496 -2660 -2956 2868 -3108 -2856 -2920 2876 -2336 2384 2488 -3032 -2956 -2980 -3072 -2908 -2976 -2444 2256 -3208 -2648 -2404 -2372 3004 2332 -2828 -2456 2648 -2536 2592 -2440 2664 -2996 -3208 -2216 -3208 -2512 2560 2748 -2256 2480 2784 2772 2892 -3208 -3024 -2912 -2308 2936 -3080 -2488 -2916 -2496 2300 -2872 -2636 -2260 -2996 -2872 2712 -2664 -2496 2864 -2300 -2388 -2596 2284 3168 3020 2432 2688 2856 -2768 2496 -2956 -2912 -2216 2588 2760 -3112 -2856 -2704 -2912 3012 -2916 2456 -2956 3172 -2872 -2956 -2916 -2820 -3204 -2400 2860 -2912 2900 -2864 -3108 2640 -3060 2384 -2956 -2872 -2872 -2312 -2420 2448 -2956 -3168 2904 -2784 -2220 -2488 -2916 -2964 -3108 -3168 -2996 2216 -2912 -3168 2960 -2396 -2484 -2816 -2280 3004 -3168 -2912 -2512 -3000 -2256 2768 2856 -2628 -2780 2836 3040 3208 -3068 -2912 -2956 -3040 -2552 -2824 2752 2752 2776 2624 -2996 2996 -3108 -2688 -2980 -2636 -2952 -2916 -2956 2916 -2940 -2856 -2912 -2896 -2724 2600 -3068 -2272 -2936 -2228 2760 -3160 2336 -2784 -2956 -2972 2616 -2488 -2744 -2956 -2344 3080 -2960 -2920 -3108 -2972 -2956 -2912 -3168 -2720 -3080 -3144 3192 -2920 -3068 -2916 -3168 2816 -2644 2728 2436 -3072 2340 -2916 2216 -2340 -2636 -2596 2344 -2912 2936 -2292 -2256 -3060 3020 -2956 3168 -2252 -3128 -2256 2564 -2216 -2456 -2404 -2912 -2916 -2596 2812 2824 -2656 -2956 -2872 -2864 -2448 -2292 3100 -2292 -2624 -3204 2276 -2400 -2912 -2868 2556 -2440 -2916 2316 2664 -2956 2608 3008 2600 2808 2960 -3124 2940 2492 2920 -2872 -2956 -2320 -2916 -2956 -2872 -2396 -2816 2688 2272 -3108 -3112 -2744 -2956 -3168 -3208 -3108 2484 -2896 2256 2216 -2916 -2740 -2912 -2872 -2660 -3140 -2744 2872 -2824 -2216 -3108 2776 -2900 -2872 -2452 -3168 2524 2364 -2816 -3040 -3016 -2816 -2292 2428 -2380 -2660 -2448 2708 -2788 -2608 2980 -2504 
29.22/29.49	d NODES 651
29.22/29.49	d CHECKS 6105632
29.22/29.49	   
29.22/29.49	   totalWckTime=29.311  totalCpuTime=28.23

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097822-1247414062/watcher-2097822-1247414062 -o /tmp/evaluation-result-2097822-1247414062/solver-2097822-1247414062 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097822-1247414062.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2750
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=1620 CPUtime=0
/proc/2750/stat : 2750 (java) R 2748 2750 32158 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 28470785 1658880 146 996147200 134512640 134550932 4294956128 18446744073709551615 6558918 0 0 4096 0 0 0 0 17 0 0 0
/proc/2750/statm: 405 146 119 9 0 47 0

[startup+0.047934 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2750
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=861936 CPUtime=0.03
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 2386 0 1 0 2 1 0 0 18 0 5 0 28470785 882622464 1966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 215484 1966 902 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.103236 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2750
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=865984 CPUtime=0.09
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 3746 0 1 0 7 2 0 0 18 0 9 0 28470785 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216496 3213 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301281 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2750
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=866380 CPUtime=0.28
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 5969 0 1 0 24 4 0 0 18 0 9 0 28470785 887173120 5335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216595 5335 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701359 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2750
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=867776 CPUtime=0.68
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 10524 0 1 0 61 7 0 0 18 0 9 0 28470785 888602624 9878 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216944 9878 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50252 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 2759
/proc/meminfo: memFree=1721272/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=867688 CPUtime=1.48
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 19796 0 1 0 137 11 0 0 18 0 9 0 28470785 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216922 19122 2029 9 0 211380 0
[pid=2750/tid=2752] ppid=2748 vsize=867688 CPUtime=1.2
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 15831 0 1 0 111 9 0 0 25 0 9 0 28470786 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4126907857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2753] ppid=2748 vsize=867688 CPUtime=0.06
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28470788 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2754] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2755] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2756] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28470790 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=867688 CPUtime=0.2
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 687 0 0 0 19 1 0 0 16 0 9 0 28470790 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2758] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28470790 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28470790 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867688

[startup+3.10284 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 2759
/proc/meminfo: memFree=1703160/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=867688 CPUtime=3.07
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 19805 0 1 0 295 12 0 0 18 0 9 0 28470785 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216922 19130 2029 9 0 211380 0
[pid=2750/tid=2752] ppid=2748 vsize=867688 CPUtime=2.79
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 15835 0 1 0 269 10 0 0 25 0 9 0 28470786 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4126910686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2753] ppid=2748 vsize=867688 CPUtime=0.06
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 2577 0 0 0 6 0 0 0 17 0 9 0 28470788 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2754] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2755] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2756] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28470790 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=867688 CPUtime=0.2
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 692 0 0 0 19 1 0 0 15 0 9 0 28470790 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2758] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28470790 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28470790 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867688

[startup+6.30149 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 2759
/proc/meminfo: memFree=1702712/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=867688 CPUtime=6.25
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 19829 0 1 0 613 12 0 0 18 0 9 0 28470785 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216922 19151 2029 9 0 211380 0
[pid=2750/tid=2752] ppid=2748 vsize=867688 CPUtime=5.95
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 15838 0 1 0 585 10 0 0 25 0 9 0 28470786 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4126939193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2753] ppid=2748 vsize=867688 CPUtime=0.06
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28470788 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2754] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2755] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2756] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28470790 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=867688 CPUtime=0.22
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 713 0 0 0 21 1 0 0 16 0 9 0 28470790 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2758] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28470790 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28470790 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867688

[startup+12.7028 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2759
/proc/meminfo: memFree=1702528/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=867688 CPUtime=12.62
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 19833 0 1 0 1250 12 0 0 18 0 9 0 28470785 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 216922 19153 2029 9 0 211380 0
[pid=2750/tid=2752] ppid=2748 vsize=867688 CPUtime=12.32
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 15840 0 1 0 1222 10 0 0 25 0 9 0 28470786 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4126906615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2753] ppid=2748 vsize=867688 CPUtime=0.06
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28470788 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2754] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2755] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28470788 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2756] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28470790 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=867688 CPUtime=0.22
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 715 0 0 0 21 1 0 0 16 0 9 0 28470790 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2758] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28470790 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=867688 CPUtime=0
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28470790 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867688

[startup+25.5014 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2763
/proc/meminfo: memFree=1664136/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=868012 CPUtime=25.34
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 50886 532 1 0 2507 22 4 1 18 0 9 0 28470785 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 217003 29414 2640 9 0 211461 0
[pid=2750/tid=2752] ppid=2748 vsize=868012 CPUtime=24.47
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 27519 532 1 0 2429 13 4 1 25 0 9 0 28470786 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4126909239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2753] ppid=2748 vsize=868012 CPUtime=0.52
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 21523 532 0 0 42 5 4 1 16 0 9 0 28470788 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2754] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 20 532 0 0 0 0 4 1 16 0 9 0 28470788 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2755] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 30 532 0 0 0 0 4 1 15 0 9 0 28470788 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2756] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 532 0 0 0 0 4 1 18 0 9 0 28470790 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=868012 CPUtime=0.4
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 971 532 0 0 34 1 4 1 16 0 9 0 28470790 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2758] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 532 0 0 0 0 4 1 19 0 9 0 28470790 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 9 532 0 0 0 0 4 1 15 0 9 0 28470790 888844288 29414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868012

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

[startup+27.1027 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2763
/proc/meminfo: memFree=1664136/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=868012 CPUtime=26.93
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 50892 532 1 0 2666 22 4 1 18 0 9 0 28470785 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 217003 29416 2640 9 0 211461 0
[pid=2750/tid=2752] ppid=2748 vsize=868012 CPUtime=26.06
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 27520 532 1 0 2588 13 4 1 25 0 9 0 28470786 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4126914116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2753] ppid=2748 vsize=868012 CPUtime=0.52
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 21523 532 0 0 42 5 4 1 17 0 9 0 28470788 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2754] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 20 532 0 0 0 0 4 1 16 0 9 0 28470788 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2755] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 30 532 0 0 0 0 4 1 15 0 9 0 28470788 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2756] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 532 0 0 0 0 4 1 18 0 9 0 28470790 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=868012 CPUtime=0.4
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 973 532 0 0 34 1 4 1 15 0 9 0 28470790 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2758] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 532 0 0 0 0 4 1 19 0 9 0 28470790 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 12 532 0 0 0 0 4 1 15 0 9 0 28470790 888844288 29416 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 868012

[startup+28.7021 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2763
/proc/meminfo: memFree=1664072/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=868012 CPUtime=28.53
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 50910 532 1 0 2826 22 4 1 18 0 9 0 28470785 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 217003 29431 2640 9 0 211461 0
[pid=2750/tid=2752] ppid=2748 vsize=868012 CPUtime=27.63
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 27522 532 1 0 2745 13 4 1 25 0 9 0 28470786 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4127419778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2753] ppid=2748 vsize=868012 CPUtime=0.52
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 21523 532 0 0 42 5 4 1 17 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2754] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 20 532 0 0 0 0 4 1 16 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2755] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 30 532 0 0 0 0 4 1 15 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2756] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 532 0 0 0 0 4 1 18 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=868012 CPUtime=0.43
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 989 532 0 0 37 1 4 1 15 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2758] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 532 0 0 0 0 4 1 19 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 12 532 0 0 0 0 4 1 15 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 868012

[startup+29.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2763
/proc/meminfo: memFree=1664072/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=868012 CPUtime=28.92
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 50910 532 1 0 2865 22 4 1 18 0 9 0 28470785 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 217003 29431 2640 9 0 211461 0
[pid=2750/tid=2752] ppid=2748 vsize=868012 CPUtime=28.02
/proc/2750/task/2752/stat : 2752 (java) R 2748 2750 32158 0 -1 64 27522 532 1 0 2784 13 4 1 25 0 9 0 28470786 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4127419921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2753] ppid=2748 vsize=868012 CPUtime=0.52
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 21523 532 0 0 42 5 4 1 17 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2754] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 20 532 0 0 0 0 4 1 16 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2755] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 30 532 0 0 0 0 4 1 15 0 9 0 28470788 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2756] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 532 0 0 0 0 4 1 18 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=868012 CPUtime=0.43
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 989 532 0 0 37 1 4 1 15 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2758] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 532 0 0 0 0 4 1 19 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 12 532 0 0 0 0 4 1 15 0 9 0 28470790 888844288 29431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.92
Current children cumulated vsize (KiB) 868012

[startup+29.5012 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 2763
/proc/meminfo: memFree=1664072/2055920 swapFree=4192812/4192956
[pid=2750] ppid=2748 vsize=868012 CPUtime=29.32
/proc/2750/stat : 2750 (java) S 2748 2750 32158 0 -1 0 50919 532 1 0 2905 22 4 1 18 0 9 0 28470785 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2750/statm: 217003 29435 2640 9 0 211461 0
[pid=2750/tid=2752] ppid=2748 vsize=868012 CPUtime=28.42
/proc/2750/task/2752/stat : 2752 (java) S 2748 2750 32158 0 -1 64 27528 532 1 0 2824 13 4 1 25 0 9 0 28470786 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2753] ppid=2748 vsize=868012 CPUtime=0.52
/proc/2750/task/2753/stat : 2753 (java) S 2748 2750 32158 0 -1 64 21523 532 0 0 42 5 4 1 17 0 9 0 28470788 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2754] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2754/stat : 2754 (java) S 2748 2750 32158 0 -1 64 20 532 0 0 0 0 4 1 16 0 9 0 28470788 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2755] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2755/stat : 2755 (java) S 2748 2750 32158 0 -1 64 30 532 0 0 0 0 4 1 15 0 9 0 28470788 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2756] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2756/stat : 2756 (java) S 2748 2750 32158 0 -1 64 2 532 0 0 0 0 4 1 18 0 9 0 28470790 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2757] ppid=2748 vsize=868012 CPUtime=0.43
/proc/2750/task/2757/stat : 2757 (java) S 2748 2750 32158 0 -1 64 992 532 0 0 37 1 4 1 15 0 9 0 28470790 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2750/tid=2758] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2758/stat : 2758 (java) S 2748 2750 32158 0 -1 64 0 532 0 0 0 0 4 1 19 0 9 0 28470790 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2750/tid=2759] ppid=2748 vsize=868012 CPUtime=0.05
/proc/2750/task/2759/stat : 2759 (java) S 2748 2750 32158 0 -1 64 12 532 0 0 0 0 4 1 15 0 9 0 28470790 888844288 29435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (KiB) 868012

Child status: 0
Real time (s): 29.5361
CPU time (s): 29.3565
CPU user time (s): 29.0976
CPU system time (s): 0.25896
CPU usage (%): 99.392
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0976
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51480
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= 2752
involuntary context switches= 3412

runsolver used 0.021996 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 17:54:22
IDJOB=2097822
IDBENCH=57817
IDSOLVER=774
FILE ID=node80/2097822-1247414062
PBS_JOBID= 9510489
Free space on /tmp= 66368 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-7.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097822-1247414062/watcher-2097822-1247414062 -o /tmp/evaluation-result-2097822-1247414062/solver-2097822-1247414062 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097822-1247414062.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7a160e85c0f22f460747e3f10500acd
RANDOM SEED=575151470

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772704 kB
Buffers:         38964 kB
Cached:         126140 kB
SwapCached:          0 kB
Active:         151960 kB
Inactive:        75744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:          83116 kB
Slab:            40748 kB
Committed_AS:  1018548 kB
PageTables:       1896 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= 66364 MiB
End job on node80 at 2009-07-12 17:54:52