Trace number 2097824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 30.2844 30.5897

DiagnosticValue
CHECKS6986050
NODES654

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
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.7865
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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2097824-1247414062.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.49/0.51	     nbVariables=650  nbDomainTypes=11  minDomainSize=42  maxDomainSize=498  nbTotalValues=233788
0.49/0.51	       =>  wckTime=0.245  cpuTime=0.18  mem=15M735
0.49/0.51	   
0.49/0.51	   predicates being loaded...
0.49/0.57	   
0.49/0.57	   constraints being loaded...
20.59/20.88	   
20.59/20.88	   INFO : Stopping converting binary constraints (cpu=20.18, mem = 39M359)
24.33/24.65	     nbConstraints=4644  nbGlobalConstraints=13  nbMergedConstraints=4053  nbConvertedConstraints=252
24.33/24.66	     nbConvertConstraintsChecks=40787704  nbExtensionStructures=239  nbSharedExtensionStructures=23
24.33/24.66	     nbConflictsStructures=550  nbSharedConflictsStructures=149  nbUnbuiltConflictsStructures=3154
24.33/24.66	     nbSharedBinaryRepresentations=148555  nbEvaluationManagers=3465  nbSharedEvaluationManagers=914  minDegree=2
24.33/24.66	     maxDegree=33  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.845
24.33/24.66	     symmetryCpuTime=0.71  nbCliques=13
24.33/24.66	       =>  wckTime=24.392  cpuTime=23.5  mem=48M214
24.53/24.85	   
24.53/24.85	   solver IterativeSystematicSolver being built... 
24.73/25.01	   
24.73/25.01	   INFO : Forward propagation technique limited 
24.83/25.14	       =>  wckTime=24.882  cpuTime=23.71  mem=52M917
28.00/28.37	   
28.00/28.37	   preprocessing
28.00/28.37	     nbConstraintChecks=6634304  nbValidityChecks=540900  nbPropagations=1328  nbRevisions=22820
28.00/28.37	     nbUselessRevisions=19171  nbRemovedValues=221264  detectedInconsistency=no
28.00/28.37	       =>  wckTime=3.214  cpuTime=3.15  mem=52M917
30.19/30.53	   
30.19/30.53	   search
30.19/30.53	     run=0  nbConstraintChecks=351746  nbValidityChecks=440142  minDepth=0  maxDepth=650  nbPropagations=4079
30.19/30.53	     nbRevisions=50587  nbUselessRevisions=44365  nbAssignments=654  nbFailedAssignments=4  nbBacktracks=0
30.19/30.53	     nbVisitedNodes=659  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
30.19/30.53	     nbSEliminables=0  nbREliminables=0  nbIEliminables=448.21  nbDEliminables=0  nbPEliminables=0
30.19/30.53	       =>  wckTime=5.374  cpuTime=5.28  mem=60M945
30.19/30.53	   
30.19/30.53	   global
30.19/30.53	     nbConstraintChecks=6986050  nbValidityChecks=981042  nbPropagations=5407  nbRevisions=73407
30.19/30.53	     nbUselessRevisions=63536  nbRestartNogoods=0  solvingWckTime=5.376  solvingCpuTime=5.28  expiredTime=no
30.19/30.53	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=28.98  globalCpuTime=29.05
30.19/30.53	       =>  wckTime=30.264  cpuTime=29.0  mem=60M945
30.19/30.54	   
30.19/30.54	s SATISFIABLE
30.19/30.54	v 3132 -2956 3168 -2632 -3208 3164 2256 -2872 3120 -2224 -2216 2372 -2252 3068 -2248 2436 -2740 -2624 -2256 2940 -2960 -2788 2968 -2912 -2668 -2932 -3208 -2964 -3208 2744 -2536 -2252 -2780 2932 -2488 -2488 -2912 -2996 -2312 -2272 -2288 -2440 -2860 -2736 2528 -2592 -2476 -2856 2972 2268 -2900 3208 2460 -2960 3208 2292 2648 -2620 -2216 -2740 -3100 -2256 -3136 2256 2496 -2956 -2584 -2240 -2856 2664 2904 -3208 2284 -2488 -3168 -2428 -2932 2712 3072 -3172 2896 -2704 -2440 3164 2976 2292 -2448 -2916 3032 -2228 -2488 2232 -2996 -2996 -2244 2736 2264 -2256 -2960 2980 2972 -3056 -2472 2816 3012 2556 2304 2344 2740 -2680 -2956 -2956 2860 -3136 -2952 2608 2252 -2492 2776 -3104 3092 2376 -2616 -2868 -2460 -3168 -2956 -3064 -2872 -2532 2216 -3056 -3168 -2960 2920 -2596 -3168 -2780 2868 -2920 -2532 2256 3168 2912 2348 3008 2620 3016 -2604 -3040 -2448 -2400 -3068 2996 2956 -2964 -2960 -2988 -2440 3148 3164 2972 -3076 -2216 -3208 2216 -2728 -2500 -2268 -2244 3068 2648 -2540 -2448 -2448 -2956 3148 -2820 3128 3108 -2728 -3100 -2272 2496 -3068 -2284 2920 -3208 -2688 -2716 -2972 -2376 -2976 3164 -2620 2488 2624 2308 2516 -2344 -3176 -2332 2980 2916 -3068 2672 -2448 -2920 2636 -3108 2776 2956 2620 -2960 3208 -2996 -2768 -2900 -2584 -2976 2476 -2912 -2784 3108 -2292 -2392 -2936 -2828 -2448 -2300 -2576 2620 -2692 -2612 -2864 -2996 -2916 -2864 -2308 -3204 2756 3068 2516 -2916 2216 -2448 2272 2292 -3108 -2916 -2580 -2872 -2816 3176 -2604 -2516 -3104 -2716 -3024 -2352 -2684 -2780 -2400 2488 2996 -2580 -2256 -2248 -3168 2428 -2776 -2880 -3068 2556 2268 2596 2564 -2724 2388 -2956 -2920 -2916 -2488 2956 -2996 -2712 -2256 -2908 2252 -3208 3128 2900 2940 -2896 -2792 -2660 3132 -3068 2876 -2316 -2216 -2964 -2520 -2744 -2956 -2836 -2916 -2872 3108 -2932 -2216 -2996 2728 -2388 2620 -2396 2936 3016 -3080 -2712 -3188 -3068 -3168 -3068 -2824 3136 -3200 2624 3092 -2568 -3204 -2868 -2716 -2756 -2268 -3064 2908 -2324 -2256 -2500 -2660 -2956 -2872 -3108 2856 -2920 -2884 2332 2384 -2488 -3020 -2956 -2972 3052 2912 2976 -2440 -2256 -3208 2644 -2400 2364 -3004 -2332 2824 -2456 -2652 -2536 -2608 -2440 -2664 -2996 -3208 2216 -3208 -2500 -2560 2744 2256 -2476 -2784 2776 -2892 -3208 -3012 -2912 2308 2936 -3080 -2488 -2916 -2492 -2300 -2872 -2636 -2232 -2996 2872 -2712 -2672 -2496 -2864 -2304 2396 -2596 -2280 -3168 -3020 2500 -2688 -2856 2756 -2496 2960 -2912 -2216 -2592 2768 -3120 -2856 2704 -2908 3012 -2924 -2456 -2956 3176 2868 2960 -2920 -2820 -3204 -2400 -2860 -2912 2904 -2872 -3108 -2644 -3060 -2384 -2956 -2872 -2872 2300 -2432 2448 2956 -3168 2912 2784 -2272 2488 -2920 2960 3108 -3160 -2996 2216 -2912 -3168 -2964 -2452 -2480 -2816 -2268 -3004 -3168 2912 -2516 2988 2256 2776 2864 -2632 -2784 -2832 -3032 3208 -3068 -2912 -2960 3040 -2572 -2824 -2752 2752 2776 2640 2996 2992 -3108 -2684 2968 -2656 -2952 -2920 -2956 2920 -2944 -2856 -2912 -2896 -2728 2600 3068 -2344 -2936 -2228 -2768 -3168 2336 -2780 -2956 2972 2616 -2488 -2744 -2956 2344 -3080 2948 2924 -3108 -2972 -2960 -2912 -3168 -2728 -3080 -3140 3188 2924 -3068 -2916 -3168 -2824 -2644 -2732 -2436 -3080 -2340 -2920 -2216 -2340 2632 2592 2336 -2912 -2940 -2288 -2256 -3064 3012 2956 3168 2252 3128 -2256 2564 -2216 -2460 -2392 2912 2920 -2616 -2816 2824 -2656 -2956 -2872 -2864 -2448 2292 -3208 -2292 -2624 -3204 -2276 -2400 -2912 2872 2560 -2440 -2920 2312 -2664 2960 2608 3008 2604 -2816 2948 -3088 -2944 -2488 -2920 -2872 2956 2216 2916 -2960 -2872 -2396 -2816 2692 2260 -3108 -3116 -2744 2960 -3168 -3208 -3108 -2492 -2904 -2256 -2228 2920 -2744 -2912 -2872 -2660 -3168 -2740 2876 -2828 -2216 -3108 2784 -2904 -2872 -2448 -3168 -2524 -2352 2816 -3040 3016 -2816 2292 -2436 -2392 2660 -2448 -2704 -2784 2628 -2980 -2512 
30.19/30.55	d NODES 654
30.19/30.55	d CHECKS 6986050
30.19/30.55	   
30.19/30.55	   totalWckTime=30.351  totalCpuTime=29.08

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-2097824-1247414062/watcher-2097824-1247414062 -o /tmp/evaluation-result-2097824-1247414062/solver-2097824-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-2097824-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.94 1.98 1.99 4/80 31951
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=18576 CPUtime=0
/proc/31951/stat : 31951 (runsolver) R 31949 31951 29865 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28468883 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31951/statm: 4644 284 249 26 0 2626 0

[startup+0.0303631 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 31951
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=861936 CPUtime=0.01
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 1878 0 1 0 1 0 0 0 18 0 5 0 28468883 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 215484 1563 686 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.101699 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 31951
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=865984 CPUtime=0.08
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 3730 0 1 0 7 1 0 0 18 0 9 0 28468883 886767616 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216496 3198 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301725 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 31951
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=866380 CPUtime=0.29
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 5833 0 1 0 25 4 0 0 18 0 9 0 28468883 887173120 5204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216595 5204 1979 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701761 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 31951
/proc/meminfo: memFree=1676008/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=867776 CPUtime=0.68
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 9987 0 1 0 62 6 0 0 18 0 9 0 28468883 888602624 9341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216944 9341 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50284 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31960
/proc/meminfo: memFree=1629472/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=867688 CPUtime=1.47
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 19792 0 1 0 135 12 0 0 18 0 9 0 28468883 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216922 19118 2029 9 0 211380 0
[pid=31951/tid=31953] ppid=31949 vsize=867688 CPUtime=1.18
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 15833 0 1 0 108 10 0 0 25 0 9 0 28468885 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31954] ppid=31949 vsize=867688 CPUtime=0.06
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28468886 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28468888 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=867688 CPUtime=0.2
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 681 0 0 0 20 0 0 0 15 0 9 0 28468888 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31959] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28468888 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468888 888512512 19118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10299 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31960
/proc/meminfo: memFree=1606560/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=867688 CPUtime=3.05
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 19805 0 1 0 293 12 0 0 18 0 9 0 28468883 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216922 19130 2029 9 0 211380 0
[pid=31951/tid=31953] ppid=31949 vsize=867688 CPUtime=2.75
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 15838 0 1 0 265 10 0 0 25 0 9 0 28468885 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4126939000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31954] ppid=31949 vsize=867688 CPUtime=0.06
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 2577 0 0 0 6 0 0 0 17 0 9 0 28468886 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28468888 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=867688 CPUtime=0.21
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 689 0 0 0 21 0 0 0 15 0 9 0 28468888 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31959] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28468888 888512512 19130 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468888 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.05
Current children cumulated vsize (KiB) 867688

[startup+6.30131 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31960
/proc/meminfo: memFree=1606312/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=867688 CPUtime=6.22
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 19829 0 1 0 610 12 0 0 18 0 9 0 28468883 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216922 19151 2029 9 0 211380 0
[pid=31951/tid=31953] ppid=31949 vsize=867688 CPUtime=5.92
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 15840 0 1 0 581 11 0 0 25 0 9 0 28468885 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4126911261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31954] ppid=31949 vsize=867688 CPUtime=0.06
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28468886 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28468888 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=867688 CPUtime=0.23
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 711 0 0 0 23 0 0 0 16 0 9 0 28468888 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31959] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28468888 888512512 19151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468888 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.22
Current children cumulated vsize (KiB) 867688

[startup+12.7029 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 31960
/proc/meminfo: memFree=1606184/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=867688 CPUtime=12.56
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 19833 0 1 0 1244 12 0 0 18 0 9 0 28468883 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 216922 19153 2029 9 0 211380 0
[pid=31951/tid=31953] ppid=31949 vsize=867688 CPUtime=12.25
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 15842 0 1 0 1214 11 0 0 25 0 9 0 28468885 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4126905105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31954] ppid=31949 vsize=867688 CPUtime=0.06
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 2577 0 0 0 6 0 0 0 16 0 9 0 28468886 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468886 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28468888 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=867688 CPUtime=0.23
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 713 0 0 0 23 0 0 0 16 0 9 0 28468888 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31959] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28468888 888512512 19153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=867688 CPUtime=0
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468888 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.56
Current children cumulated vsize (KiB) 867688

[startup+25.5012 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 31964
/proc/meminfo: memFree=1531232/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=868012 CPUtime=25.22
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 50735 530 1 0 2495 22 4 1 18 0 9 0 28468883 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 217003 29321 2641 9 0 211461 0
[pid=31951/tid=31953] ppid=31949 vsize=868012 CPUtime=24.29
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 27577 530 1 0 2410 14 4 1 25 0 9 0 28468885 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4126905186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31954] ppid=31949 vsize=868012 CPUtime=0.55
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 21321 530 0 0 45 5 4 1 16 0 9 0 28468886 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 20 530 0 0 0 0 4 1 16 0 9 0 28468886 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 30 530 0 0 0 0 4 1 15 0 9 0 28468886 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 530 0 0 0 0 4 1 18 0 9 0 28468888 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=868012 CPUtime=0.43
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 968 530 0 0 38 0 4 1 15 0 9 0 28468888 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31959] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 530 0 0 0 0 4 1 19 0 9 0 28468888 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 11 530 0 0 0 0 4 1 15 0 9 0 28468888 888844288 29321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868012

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

[startup+28.7025 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 31966
/proc/meminfo: memFree=1507600/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=868012 CPUtime=28.39
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 50767 530 1 0 2812 22 4 1 18 0 9 0 28468883 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 217003 29338 2641 9 0 211461 0
[pid=31951/tid=31953] ppid=31949 vsize=868012 CPUtime=27.43
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 27581 530 1 0 2724 14 4 1 25 0 9 0 28468885 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4127415693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=868012 CPUtime=0.55
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 21321 530 0 0 45 5 4 1 16 0 9 0 28468886 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 20 530 0 0 0 0 4 1 16 0 9 0 28468886 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 30 530 0 0 0 0 4 1 15 0 9 0 28468886 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 530 0 0 0 0 4 1 18 0 9 0 28468888 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=868012 CPUtime=0.46
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 993 530 0 0 41 0 4 1 15 0 9 0 28468888 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 530 0 0 0 0 4 1 19 0 9 0 28468888 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 14 530 0 0 0 0 4 1 15 0 9 0 28468888 888844288 29338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 868012

[startup+29.5026 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 31966
/proc/meminfo: memFree=1507600/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=868012 CPUtime=29.19
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 50772 530 1 0 2892 22 4 1 18 0 9 0 28468883 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 217003 29340 2641 9 0 211461 0
[pid=31951/tid=31953] ppid=31949 vsize=868012 CPUtime=28.22
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 27582 530 1 0 2803 14 4 1 19 0 9 0 28468885 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=868012 CPUtime=0.55
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 21321 530 0 0 45 5 4 1 16 0 9 0 28468886 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 20 530 0 0 0 0 4 1 16 0 9 0 28468886 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 30 530 0 0 0 0 4 1 15 0 9 0 28468886 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 530 0 0 0 0 4 1 18 0 9 0 28468888 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=868012 CPUtime=0.47
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 997 530 0 0 42 0 4 1 15 0 9 0 28468888 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 530 0 0 0 0 4 1 19 0 9 0 28468888 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 14 530 0 0 0 0 4 1 15 0 9 0 28468888 888844288 29340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 868012

[startup+30.3027 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 31968
/proc/meminfo: memFree=1509656/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=868012 CPUtime=29.99
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 50774 530 1 0 2972 22 4 1 18 0 9 0 28468883 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 217003 29341 2641 9 0 211461 0
[pid=31951/tid=31953] ppid=31949 vsize=868012 CPUtime=29.02
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 27582 530 1 0 2883 14 4 1 18 0 9 0 28468885 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4127416326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=868012 CPUtime=0.55
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 21321 530 0 0 45 5 4 1 16 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 20 530 0 0 0 0 4 1 16 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 30 530 0 0 0 0 4 1 15 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 530 0 0 0 0 4 1 18 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=868012 CPUtime=0.47
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 999 530 0 0 42 0 4 1 15 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 530 0 0 0 0 4 1 19 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 14 530 0 0 0 0 4 1 15 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 868012

[startup+30.5027 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 31968
/proc/meminfo: memFree=1509656/2055920 swapFree=4192812/4192956
[pid=31951] ppid=31949 vsize=868012 CPUtime=30.19
/proc/31951/stat : 31951 (java) S 31949 31951 29865 0 -1 0 50774 530 1 0 2992 22 4 1 18 0 9 0 28468883 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31951/statm: 217003 29341 2641 9 0 211461 0
[pid=31951/tid=31953] ppid=31949 vsize=868012 CPUtime=29.22
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 29865 0 -1 64 27582 530 1 0 2903 14 4 1 19 0 9 0 28468885 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4127416455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=868012 CPUtime=0.55
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 29865 0 -1 64 21321 530 0 0 45 5 4 1 16 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31955] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 29865 0 -1 64 20 530 0 0 0 0 4 1 16 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31956] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 29865 0 -1 64 30 530 0 0 0 0 4 1 15 0 9 0 28468886 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31957] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 29865 0 -1 64 2 530 0 0 0 0 4 1 18 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31958] ppid=31949 vsize=868012 CPUtime=0.47
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 29865 0 -1 64 999 530 0 0 42 0 4 1 15 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 29865 0 -1 64 0 530 0 0 0 0 4 1 19 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31951/tid=31960] ppid=31949 vsize=868012 CPUtime=0.05
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 29865 0 -1 64 14 530 0 0 0 0 4 1 15 0 9 0 28468888 888844288 29341 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.19
Current children cumulated vsize (KiB) 868012

Child status: 0
Real time (s): 30.5897
CPU time (s): 30.2844
CPU user time (s): 30.0214
CPU system time (s): 0.26296
CPU usage (%): 99.002
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.0214
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51342
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= 2734
involuntary context switches= 3768

runsolver used 0.045993 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:54:22
IDJOB=2097824
IDBENCH=57818
IDSOLVER=774
FILE ID=node70/2097824-1247414062
PBS_JOBID= 9510507
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-10.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-2097824-1247414062/watcher-2097824-1247414062 -o /tmp/evaluation-result-2097824-1247414062/solver-2097824-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-2097824-1247414062.xml

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

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=773262618

node70.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.214
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.214
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:       1676488 kB
Buffers:         40232 kB
Cached:         147992 kB
SwapCached:          0 kB
Active:         231732 kB
Inactive:        91096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11352 kB
Writeback:           0 kB
Mapped:         152680 kB
Slab:            41856 kB
Committed_AS:   996332 kB
PageTables:       1988 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= 66408 MiB
End job on node70 at 2009-07-12 17:54:53