Trace number 2098643

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 22.7615 22.8082

DiagnosticValue
CHECKS449486
NODES420

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-10.xml
MD5SUM2f661a5e66156e9731263f7627d06127
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 benchmark11.6322
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098643-1247416322.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.43	     nbVariables=420  nbDomainTypes=14  minDomainSize=50  maxDomainSize=302  nbTotalValues=87077
0.38/0.43	       =>  wckTime=0.184  cpuTime=0.14  mem=10M833
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
20.47/20.54	   
20.47/20.54	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 40M747)
21.65/21.79	     nbConstraints=2490  nbGlobalConstraints=4  nbMergedConstraints=2251  nbConvertedConstraints=1148
21.65/21.79	     nbConvertConstraintsChecks=45140578  nbExtensionStructures=944  nbSharedExtensionStructures=519
21.65/21.79	     nbConflictsStructures=1132  nbSharedConflictsStructures=567  nbUnbuiltConflictsStructures=759
21.65/21.79	     nbSharedBinaryRepresentations=377799  nbEvaluationManagers=947  nbSharedEvaluationManagers=391  minDegree=3
21.65/21.79	     maxDegree=21  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.313
21.65/21.79	     symmetryCpuTime=0.24  nbCliques=4
21.65/21.79	       =>  wckTime=21.541  cpuTime=21.11  mem=37M925
21.86/21.94	   
21.86/21.94	   solver IterativeSystematicSolver being built... 
21.96/22.04	   
21.96/22.04	   INFO : Forward propagation technique limited 
22.05/22.12	       =>  wckTime=21.875  cpuTime=21.27  mem=42M159
22.25/22.36	   
22.25/22.36	   preprocessing
22.25/22.36	     nbConstraintChecks=429528  nbValidityChecks=6664  nbPropagations=472  nbRevisions=6901  nbUselessRevisions=5617
22.25/22.36	     nbRemovedValues=85191  detectedInconsistency=no
22.25/22.36	       =>  wckTime=0.233  cpuTime=0.2  mem=43M133
22.65/22.76	   
22.65/22.76	   search
22.65/22.76	     run=0  nbConstraintChecks=19958  nbValidityChecks=9987  minDepth=421  maxDepth=420  nbPropagations=1049
22.65/22.76	     nbRevisions=9966  nbUselessRevisions=8520  nbAssignments=420  nbFailedAssignments=0  nbBacktracks=0
22.65/22.76	     nbVisitedNodes=421  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
22.65/22.76	     nbSEliminables=0  nbREliminables=0  nbIEliminables=220.28  nbDEliminables=0  nbPEliminables=0
22.65/22.76	       =>  wckTime=0.631  cpuTime=0.58  mem=46M54
22.65/22.76	   
22.65/22.76	   global
22.65/22.76	     nbConstraintChecks=449486  nbValidityChecks=16651  nbPropagations=1521  nbRevisions=16867  nbUselessRevisions=14137
22.65/22.76	     nbRestartNogoods=0  solvingWckTime=0.634  solvingCpuTime=0.58  expiredTime=no  totalExploration=no
22.65/22.76	     nbFoundSolutions=1  firstSolutionCpuTime=21.83  globalCpuTime=21.89
22.65/22.76	       =>  wckTime=22.512  cpuTime=21.85  mem=46M54
22.65/22.77	   
22.65/22.77	s SATISFIABLE
22.65/22.77	v -2820 -2528 -2488 -2524 -2504 -2464 2764 -2260 -2332 -2276 -2516 -2464 -2556 -2272 -2716 -2544 -2780 -2808 -2588 -2616 -2504 -2280 -2556 -2628 -2664 -2448 -2292 -2572 2408 -2632 -2532 -2420 -2720 -2556 -2688 -2808 -2628 -2604 -2588 -2300 -2568 -2268 -2704 -2392 -2608 -2676 -2264 -2312 -2352 -2492 -2756 -2556 -2260 -2652 -2716 -2780 2224 -2612 -2532 -2688 -2608 -2628 -2748 -2676 -2628 -2504 -2260 -2764 -2516 -2220 -2780 -2632 -2620 -2612 -2612 -2428 -2676 -2588 -2788 -2676 -2648 -2596 -2568 -2628 -2764 -2664 -2292 -2556 -2292 -2484 -2312 -2504 -2632 -2780 -2672 -2260 -2728 -2264 -2300 -2820 -2508 -2260 -2628 -2620 -2704 -2404 -2648 -2644 -2612 -2644 -2664 -2588 -2260 -2716 -2608 -2756 -2392 -2300 -2784 -2628 -2456 -2776 -2780 -2500 2780 -2516 -2784 -2588 -2336 -2608 -2688 -2720 2764 -2560 -2636 -2352 -2556 -2628 -2524 2320 -2360 -2780 -2556 -2392 -2408 -2620 -2736 -2652 -2556 2804 -2604 -2260 -2556 -2240 -2260 -2636 -2728 -2220 -2716 -2656 -2532 -2668 -2532 -2648 -2680 -2588 -2592 -2532 -2392 -2508 -2380 -2300 -2688 -2596 -2504 -2584 -2680 -2716 -2652 -2504 -2704 -2788 -2516 -2820 -2448 -2220 -2716 -2624 -2620 -2804 -2312 -2388 -2556 -2260 -2220 -2608 -2220 -2820 -2628 -2352 -2572 -2592 -2580 -2260 -2464 -2556 -2820 -2752 -2300 -2572 -2648 -2764 -2364 -2340 -2344 2660 -2720 -2788 -2756 -2664 -2768 -2624 -2484 -2716 -2608 -2664 -2780 -2348 -2748 -2468 -2816 -2568 -2520 -2516 -2628 -2416 -2268 -2780 -2680 -2280 -2748 2640 2804 -2400 -2568 -2220 -2220 -2568 -2516 2260 -2768 -2636 -2332 -2580 -2228 -2712 -2332 -2220 -2516 -2652 -2332 -2260 -2648 -2724 -2516 -2588 -2820 -2680 -2220 -2628 -2304 -2552 -2440 -2764 -2492 -2220 -2340 -2756 -2628 -2672 -2592 -2720 -2424 -2612 -2612 -2716 -2528 -2748 -2392 -2764 -2260 -2680 -2744 -2680 -2224 -2820 -2220 -2388 -2820 2656 -2260 2744 -2568 -2608 -2612 -2804 -2420 -2648 -2588 -2528 -2528 -2516 -2676 -2648 -2492 -2664 -2820 -2712 -2680 -2820 -2660 2724 -2612 -2632 -2704 -2780 -2720 -2468 -2516 -2372 -2272 -2664 -2804 -2220 -2296 -2404 -2820 -2380 -2752 -2708 -2304 -2464 -2260 -2480 -2804 -2488 -2340 -2632 -2528 -2636 -2596 -2528 -2272 -2608 -2672 -2720 2316 -2644 2764 -2728 -2492 -2588 -2332 -2464 -2720 -2220 -2292 2260 -2264 2556 -2628 -2764 -2756 -2308 -2680 -2380 -2588 -2596 -2588 -2568 2540 -2260 -2780 -2776 -2756 -2624 -2304 -2516 -2716 -2264 -2628 -2704 -2648 -2300 -2652 -2352 -2608 -2492 -2628 -2684 -2588 -2608 -2588 -2556 -2516 -2780 -2820 -2516 -2464 -2688 -2648 -2668 -2724 -2260 -2616 -2352 -2364 -2220 -2556 -2716 
22.65/22.77	d NODES 420
22.65/22.77	d CHECKS 449486
22.65/22.77	   
22.65/22.77	   totalWckTime=22.588  totalCpuTime=21.9

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-2098643-1247416322/watcher-2098643-1247416322 -o /tmp/evaluation-result-2098643-1247416322/solver-2098643-1247416322 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098643-1247416322.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: 2.04 2.24 2.18 4/80 1763
/proc/meminfo: memFree=1695344/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=148 CPUtime=0
/proc/1763/stat : 1763 (java) R 1761 1763 1683 0 -1 0 199 0 0 0 0 0 0 0 18 0 1 0 28698594 151552 20 996147200 134512640 134550932 4294955968 18446744073709551615 2485276 0 0 4096 0 0 0 0 17 0 0 0
/proc/1763/statm: 38 21 14 9 0 4 0

[startup+0.0506279 s]
/proc/loadavg: 2.04 2.24 2.18 4/80 1763
/proc/meminfo: memFree=1695344/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=863616 CPUtime=0.04
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 2445 0 1 0 3 1 0 0 18 0 9 0 28698594 884342784 2012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 215904 2017 916 9 0 210819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863616

[startup+0.10264 s]
/proc/loadavg: 2.04 2.24 2.18 4/80 1763
/proc/meminfo: memFree=1695344/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=865940 CPUtime=0.08
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 3742 0 1 0 7 1 0 0 18 0 9 0 28698594 886722560 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216485 3210 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.30268 s]
/proc/loadavg: 2.04 2.24 2.18 4/80 1763
/proc/meminfo: memFree=1695344/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=866432 CPUtime=0.28
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 5976 0 1 0 25 3 0 0 18 0 9 0 28698594 887226368 5342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216608 5342 1984 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.70276 s]
/proc/loadavg: 2.04 2.24 2.18 4/80 1763
/proc/meminfo: memFree=1695344/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867736 CPUtime=0.68
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 9728 0 1 0 63 5 0 0 18 0 9 0 28698594 888561664 9082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216934 9083 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50191 s]
/proc/loadavg: 2.04 2.24 2.18 3/89 1776
/proc/meminfo: memFree=1652456/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867736 CPUtime=1.48
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 13690 0 1 0 141 7 0 0 18 0 9 0 28698594 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216934 13041 2041 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867736 CPUtime=1.28
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 12302 0 1 0 122 6 0 0 25 0 9 0 28698595 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4126907747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28698596 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28698596 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28698596 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867736 CPUtime=0.18
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 689 0 0 0 18 0 0 0 16 0 9 0 28698598 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888561664 13041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867736

[startup+3.10222 s]
/proc/loadavg: 2.04 2.24 2.18 3/89 1776
/proc/meminfo: memFree=1649960/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867736 CPUtime=3.08
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 14608 0 1 0 300 8 0 0 18 0 9 0 28698594 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216934 13957 2041 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867736 CPUtime=2.85
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 13194 0 1 0 278 7 0 0 25 0 9 0 28698595 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4126467463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28698596 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28698596 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28698596 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867736 CPUtime=0.21
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 715 0 0 0 21 0 0 0 15 0 9 0 28698598 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888561664 13957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867736

[startup+6.30184 s]
/proc/loadavg: 2.03 2.23 2.18 3/89 1776
/proc/meminfo: memFree=1641320/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867736 CPUtime=6.28
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 16705 0 1 0 618 10 0 0 18 0 9 0 28698594 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216934 16052 2041 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867736 CPUtime=6.04
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 15287 0 1 0 595 9 0 0 25 0 9 0 28698595 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4126906728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28698596 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28698596 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28698596 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867736 CPUtime=0.22
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 719 0 0 0 22 0 0 0 15 0 9 0 28698598 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867736 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888561664 16052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867736

[startup+12.7011 s]
/proc/loadavg: 2.03 2.23 2.18 3/89 1776
/proc/meminfo: memFree=1629160/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867648 CPUtime=12.68
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 19053 0 1 0 1254 14 0 0 18 0 9 0 28698594 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216912 18373 2029 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867648 CPUtime=12.38
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 15838 0 1 0 1226 12 0 0 25 0 9 0 28698595 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4126903080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867648 CPUtime=0.05
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 1787 0 0 0 4 1 0 0 16 0 9 0 28698596 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867648 CPUtime=0.23
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 726 0 0 0 23 0 0 0 16 0 9 0 28698598 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888471552 18373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867648

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

[startup+19.1023 s]
/proc/loadavg: 2.02 2.22 2.18 3/89 1776
/proc/meminfo: memFree=1629160/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867648 CPUtime=19.08
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 19056 0 1 0 1892 16 0 0 18 0 9 0 28698594 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216912 18376 2029 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867648 CPUtime=18.76
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 15838 0 1 0 1863 13 0 0 25 0 9 0 28698595 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4126904503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867648 CPUtime=0.05
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 1787 0 0 0 4 1 0 0 16 0 9 0 28698596 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867648 CPUtime=0.24
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 729 0 0 0 24 0 0 0 15 0 9 0 28698598 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888471552 18376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 867648

[startup+20.7026 s]
/proc/loadavg: 2.02 2.22 2.18 3/89 1776
/proc/meminfo: memFree=1629096/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867648 CPUtime=20.67
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 19068 0 1 0 2051 16 0 0 18 0 9 0 28698594 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216912 18387 2032 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867648 CPUtime=20.36
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 15841 0 1 0 2022 14 0 0 25 0 9 0 28698595 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 103211689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867648 CPUtime=0.05
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 1788 0 0 0 4 1 0 0 17 0 9 0 28698596 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867648 CPUtime=0.24
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 737 0 0 0 24 0 0 0 15 0 9 0 28698598 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888471552 18387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 867648

[startup+21.5018 s]
/proc/loadavg: 2.02 2.22 2.18 3/89 1776
/proc/meminfo: memFree=1629096/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=867648 CPUtime=21.47
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 21329 0 1 0 2130 17 0 0 18 0 9 0 28698594 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 216912 20647 2033 9 0 211370 0
[pid=1763/tid=1765] ppid=1761 vsize=867648 CPUtime=21.08
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 15846 0 1 0 2094 14 0 0 25 0 9 0 28698595 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4125975791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1769] ppid=1761 vsize=867648 CPUtime=0.1
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 4034 0 0 0 9 1 0 0 16 0 9 0 28698596 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1771] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1772] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28698596 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1773] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28698598 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=867648 CPUtime=0.26
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 747 0 0 0 26 0 0 0 15 0 9 0 28698598 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1775] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28698599 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=867648 CPUtime=0
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28698599 888471552 20647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 867648

[startup+22.3019 s]
/proc/loadavg: 2.02 2.22 2.18 4/89 1780
/proc/meminfo: memFree=1619112/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=868384 CPUtime=22.25
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 35333 414 1 0 2200 22 2 1 18 0 9 0 28698594 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 217096 22709 2662 9 0 211532 0
[pid=1763/tid=1765] ppid=1761 vsize=868384 CPUtime=21.63
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 22022 414 1 0 2144 16 2 1 20 0 9 0 28698595 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 102382210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1769] ppid=1761 vsize=868384 CPUtime=0.27
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 11500 414 0 0 21 3 2 1 17 0 9 0 28698596 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1771] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 20 414 0 0 0 0 2 1 17 0 9 0 28698596 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1772] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 15 414 0 0 0 0 2 1 16 0 9 0 28698596 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1773] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 414 0 0 0 0 2 1 23 0 9 0 28698598 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=868384 CPUtime=0.37
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 949 414 0 0 34 0 2 1 15 0 9 0 28698598 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1775] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 414 0 0 0 0 2 1 24 0 9 0 28698599 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 14 414 0 0 0 0 2 1 15 0 9 0 28698599 889225216 22709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.25
Current children cumulated vsize (KiB) 868384

[startup+22.702 s]
/proc/loadavg: 2.02 2.22 2.18 4/89 1780
/proc/meminfo: memFree=1619112/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=868384 CPUtime=22.65
/proc/1763/stat : 1763 (java) S 1761 1763 1683 0 -1 0 35961 414 1 0 2240 22 2 1 18 0 9 0 28698594 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1763/statm: 217096 22721 2662 9 0 211532 0
[pid=1763/tid=1765] ppid=1761 vsize=868384 CPUtime=22
/proc/1763/task/1765/stat : 1765 (java) R 1761 1763 1683 0 -1 64 22635 414 1 0 2181 16 2 1 24 0 9 0 28698595 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4127405719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1769] ppid=1761 vsize=868384 CPUtime=0.27
/proc/1763/task/1769/stat : 1769 (java) S 1761 1763 1683 0 -1 64 11500 414 0 0 21 3 2 1 17 0 9 0 28698596 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1771] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1771/stat : 1771 (java) S 1761 1763 1683 0 -1 64 20 414 0 0 0 0 2 1 17 0 9 0 28698596 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1772] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1772/stat : 1772 (java) S 1761 1763 1683 0 -1 64 15 414 0 0 0 0 2 1 16 0 9 0 28698596 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1773] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1773/stat : 1773 (java) S 1761 1763 1683 0 -1 64 1 414 0 0 0 0 2 1 23 0 9 0 28698598 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1774] ppid=1761 vsize=868384 CPUtime=0.4
/proc/1763/task/1774/stat : 1774 (java) S 1761 1763 1683 0 -1 64 964 414 0 0 37 0 2 1 15 0 9 0 28698598 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1775] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1775/stat : 1775 (java) S 1761 1763 1683 0 -1 64 1 414 0 0 0 0 2 1 24 0 9 0 28698599 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1763/tid=1776] ppid=1761 vsize=868384 CPUtime=0.03
/proc/1763/task/1776/stat : 1776 (java) S 1761 1763 1683 0 -1 64 14 414 0 0 0 0 2 1 15 0 9 0 28698599 889225216 22721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 868384

[startup+22.8016 s]
/proc/loadavg: 2.02 2.22 2.18 4/89 1780
/proc/meminfo: memFree=1619112/2055920 swapFree=4192812/4192956
[pid=1763] ppid=1761 vsize=0 CPUtime=22.73
/proc/1763/stat : 1763 (java) Z 1761 1763 1683 0 -1 12 36383 414 1 0 2247 23 2 1 16 0 2 0 28698594 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1763/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.8082
CPU time (s): 22.7615
CPU user time (s): 22.5016
CPU system time (s): 0.25996
CPU usage (%): 99.7955
Max. virtual memory (cumulated for all children) (KiB): 868384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5016
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36797
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= 2386
involuntary context switches= 2492

runsolver used 0.027995 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 18:32:02
IDJOB=2098643
IDBENCH=58829
IDSOLVER=773
FILE ID=node23/2098643-1247416322
PBS_JOBID= 9510764
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098643-1247416322/watcher-2098643-1247416322 -o /tmp/evaluation-result-2098643-1247416322/solver-2098643-1247416322 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098643-1247416322.xml

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

MD5SUM BENCH= 2f661a5e66156e9731263f7627d06127
RANDOM SEED=1852222541

node23.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.277
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.277
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:       1695824 kB
Buffers:         44972 kB
Cached:         127340 kB
SwapCached:          0 kB
Active:         226876 kB
Inactive:        74644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:         149632 kB
Slab:            43648 kB
Committed_AS:  1015108 kB
PageTables:       2008 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= 66356 MiB
End job on node23 at 2009-07-12 18:32:25