Trace number 1039940

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
Sugar v1.13+minisatSAT 85.9859 86.5039

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-10_glb.xml
MD5SUM8bce133ddb71db1f40340916746927bb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68374
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints23
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(22)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:12:20 2008
0.00/0.05	c 0	PID 2588
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1039940-1214997140.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039940-1214997140.xml' 'HOME/temp.csp'
0.15/0.29	c 0	1 domains, 100 variables, 0 predicates, 0 relations, 23 constraints
0.22/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.22/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.24/0.48	c 1	Parsing HOME/temp.csp
0.24/0.57	c 1	parsed 124 expressions
0.24/0.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.57	c 1	Converting to clausal form CSP
0.24/0.59	c 1	converted 13 (10%) expressions
0.24/0.59	c 1	converted 25 (20%) expressions
0.24/0.59	c 1	converted 38 (30%) expressions
0.24/0.59	c 1	converted 50 (40%) expressions
0.24/0.59	c 1	converted 62 (50%) expressions
0.24/0.59	c 1	converted 75 (60%) expressions
0.24/0.59	c 1	converted 87 (70%) expressions
0.24/0.60	c 1	converted 100 (80%) expressions
0.24/0.69	c 1	converted 112 (90%) expressions
0.24/0.88	c 1	converted 124 (100%) expressions
0.24/0.88	c 1	CSP : 452 integers, 0 booleans, 5700 clauses, largest domain size 496
0.24/0.88	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.88	c 1	Propagation in CSP
0.24/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.97	c 1	CSP : 452 integers, 0 booleans, 5700 clauses, largest domain size 496
0.24/0.97	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.24/1.06	c 1	CSP : 452 integers, 9900 booleans, 15600 clauses, largest domain size 496
0.24/1.06	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/1.16	c 1	46 (10%) CSP integer variables are encoded (4508 clauses, 56478 bytes)
0.24/1.17	c 1	91 (20%) CSP integer variables are encoded (8918 clauses, 113808 bytes)
0.24/1.18	c 1	136 (30%) CSP integer variables are encoded (20456 clauses, 284917 bytes)
0.24/1.20	c 1	181 (40%) CSP integer variables are encoded (33677 clauses, 483232 bytes)
1.13/1.22	c 1	226 (50%) CSP integer variables are encoded (46997 clauses, 683032 bytes)
1.13/1.23	c 1	272 (60%) CSP integer variables are encoded (60712 clauses, 888757 bytes)
1.13/1.24	c 1	317 (70%) CSP integer variables are encoded (73933 clauses, 1087072 bytes)
1.13/1.26	c 1	362 (80%) CSP integer variables are encoded (87253 clauses, 1286872 bytes)
1.13/1.27	c 1	407 (90%) CSP integer variables are encoded (100474 clauses, 1486944 bytes)
1.13/1.29	c 1	452 (100%) CSP integer variables are encoded (113992 clauses, 1716750 bytes)
31.59/32.00	c 32	1560 (10%) CSP clauses are encoded (17649090 clauses, 371185697 bytes)
31.78/32.20	c 32	3120 (20%) CSP clauses are encoded (17753610 clauses, 373259351 bytes)
31.88/32.40	c 33	4680 (30%) CSP clauses are encoded (17858130 clauses, 375408119 bytes)
32.08/32.59	c 33	6240 (40%) CSP clauses are encoded (17962650 clauses, 377588999 bytes)
32.28/32.77	c 33	7800 (50%) CSP clauses are encoded (18067170 clauses, 379769879 bytes)
32.48/32.97	c 33	9360 (60%) CSP clauses are encoded (18171690 clauses, 381950759 bytes)
32.68/33.16	c 33	10920 (70%) CSP clauses are encoded (18276210 clauses, 384131639 bytes)
32.87/33.34	c 34	12480 (80%) CSP clauses are encoded (18380730 clauses, 386312519 bytes)
33.07/33.53	c 34	14040 (90%) CSP clauses are encoded (18485250 clauses, 388493399 bytes)
33.27/33.72	c 34	15600 (100%) CSP clauses are encoded (18589572 clauses, 390671181 bytes)
33.27/33.72	c 34	15600 CSP clauses encoded
33.27/33.72	c 34	Writing map file : HOME/temp.map
33.27/33.72	c 34	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.27/33.73	c 34	SAT : 124344 SAT variables, 18589572 SAT clauses, 390671181 bytes
33.27/33.73	c 34	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.27/33.78	c 34	SOLVING HOME/temp.cnf
33.27/33.78	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.27/33.78	c 34	This is MiniSat 2.0 beta
33.27/33.78	c 34	WARNING: for repeatability, setting FPU to use double precision
33.27/33.78	c 34	============================[ Problem Statistics ]=============================
33.27/33.78	c 34	|                                                                             |
33.27/33.78	c 34	|  Number of variables:  124344                                               |
33.27/33.78	c 34	|  Number of clauses:    18589572                                             |
41.09/41.69	c 42	|  Parsing time:         6.80         s                                       |
41.50/42.09	c 42	============================[ Search Statistics ]==============================
41.50/42.09	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.50/42.09	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.50/42.09	c 42	===============================================================================
41.50/42.09	c 42	|         0 |  124344 18589572 55399300 |  6196524        0    nan |  0.000 % |
45.19/45.78	c 46	|       101 |  124344 18589572 55399300 |  6816176      101     23 |  0.000 % |
47.69/48.25	c 48	|       251 |  124344 18589572 55399300 |  7497794      251     18 |  0.000 % |
50.88/51.42	c 52	|       477 |  124344 18589572 55399300 |  8247573      477     18 |  0.000 % |
60.98/61.52	c 62	|       815 |  124344 18589572 55399300 |  9072330      815     35 |  0.000 % |
76.48/77.04	c 77	|      1322 |  124344 18589572 55399300 |  9979563     1322     36 |  0.000 % |
85.27/85.87	c 86	===============================================================================
85.27/85.87	c 86	restarts              : 6
85.27/85.87	c 86	conflicts             : 1738           (34 /sec)
85.27/85.87	c 86	decisions             : 4622           (0.80 % random) (91 /sec)
85.27/85.87	c 86	propagations          : 5148053        (101174 /sec)
85.27/85.87	c 86	conflict literals     : 61328          (6.73 % deleted)
85.27/85.87	c 86	Memory used           : 786.16 MB
85.27/85.88	c 86	CPU time              : 50.8833 s
85.27/85.88	c 86	
85.37/85.92	c 86	SATISFIABLE
85.47/86.04	c 86	DECODING HOME/temp.out WITH HOME/temp.map
85.47/86.04	c 86	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.52/86.13	c 86	Decoding HOME/temp.out
85.52/86.29	s SATISFIABLE
85.52/86.29	v 19 74 70 60 30 6 43 76 96 31 89 26 83 69 90 97 7 10 25 9 36 64 15 49 16 88 33 38 95 71 67 61 42 92 14 46 62 44 5 72 21 29 85 1 52 53 87 84 73 20 27 63 68 47 80 50 17 65 11 77 34 94 2 8 99 45 98 12 100 13 51 18 75 81 40 35 78 58 3 66 82 54 24 39 56 48 57 86 4 55 79 22 41 59 28 37 23 32 93 91
85.52/86.30	c 86	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
85.52/86.32	c 86	CPU 81.48 (0.03 0.01 81.45 4.28)
85.52/86.32	c 86	END Wed Jul  2 13:13:46 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039940-1214997140/watcher-1039940-1214997140 -o /tmp/evaluation-result-1039940-1214997140/solver-1039940-1214997140 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1039940-1214997140.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 7/83 2588
/proc/meminfo: memFree=1455880/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978689293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
[pid=2590] ppid=2588 vsize=5356 CPUtime=0
/proc/2590/stat : 2590 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1978689298 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2590/statm: 1339 233 193 169 0 50 0
[pid=2591] ppid=2590 vsize=861128 CPUtime=0.03
/proc/2591/stat : 2591 (java) S 2590 2588 2348 0 -1 0 2033 0 1 0 2 1 0 0 18 0 8 0 1978689298 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2591/statm: 215282 1613 909 9 0 210261 0
[pid=2591/tid=2592] ppid=2590 vsize=861128 CPUtime=0.02
/proc/2591/task/2592/stat : 2592 (java) S 2590 2588 2348 0 -1 64 1316 0 1 0 2 0 0 0 18 0 8 0 1978689299 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2593] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2593/stat : 2593 (java) S 2590 2588 2348 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 1978689300 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2594] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2594/stat : 2594 (java) S 2590 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 1978689300 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2595] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2595/stat : 2595 (java) S 2590 2588 2348 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 1978689300 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2596] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2596/stat : 2596 (java) S 2590 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 1978689302 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2597] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2597/stat : 2597 (java) S 2590 2588 2348 0 -1 64 24 0 0 0 0 0 0 0 19 0 8 0 1978689302 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2598] ppid=2590 vsize=861128 CPUtime=0
/proc/2591/task/2598/stat : 2598 (java) R 2590 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 1978689306 881795072 1613 996147200 134512640 134550740 4294956016 18446744073709551615 3035096 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.209589 s]
/proc/loadavg: 0.16 0.03 0.01 7/83 2588
/proc/meminfo: memFree=1455880/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978689293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
[pid=2590] ppid=2588 vsize=5356 CPUtime=0
/proc/2590/stat : 2590 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1978689298 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2590/statm: 1339 233 193 169 0 50 0
[pid=2591] ppid=2590 vsize=863720 CPUtime=0.11
/proc/2591/stat : 2591 (java) S 2590 2588 2348 0 -1 0 3467 0 1 0 9 2 0 0 18 0 9 0 1978689298 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2591/statm: 215930 2944 1698 9 0 210512 0
[pid=2591/tid=2592] ppid=2590 vsize=863720 CPUtime=0.08
/proc/2591/task/2592/stat : 2592 (java) R 2590 2588 2348 0 -1 64 2550 0 1 0 7 1 0 0 18 0 9 0 1978689299 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 101590467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2593] ppid=2590 vsize=863720 CPUtime=0
/proc/2591/task/2593/stat : 2593 (java) S 2590 2588 2348 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1978689300 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2594] ppid=2590 vsize=863720 CPUtime=0
/proc/2591/task/2594/stat : 2594 (java) S 2590 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1978689300 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2595] ppid=2590 vsize=863720 CPUtime=0
/proc/2591/task/2595/stat : 2595 (java) S 2590 2588 2348 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978689300 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2596] ppid=2590 vsize=863720 CPUtime=0
/proc/2591/task/2596/stat : 2596 (java) S 2590 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978689302 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2597] ppid=2590 vsize=863720 CPUtime=0.01
/proc/2591/task/2597/stat : 2597 (java) S 2590 2588 2348 0 -1 64 223 0 0 0 1 0 0 0 17 0 9 0 1978689302 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2591/tid=2598] ppid=2590 vsize=863720 CPUtime=0
/proc/2591/task/2598/stat : 2598 (java) S 2590 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978689306 884449280 2944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 882676

[startup+0.302665 s]
/proc/loadavg: 0.16 0.03 0.01 7/83 2588
/proc/meminfo: memFree=1455880/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1978689293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
[pid=2590] ppid=2588 vsize=5356 CPUtime=0
/proc/2590/stat : 2590 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1978689298 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2590/statm: 1339 233 193 169 0 50 0
[pid=2591] ppid=2590 vsize=0 CPUtime=0.18
/proc/2591/stat : 2591 (java) Z 2590 2588 2348 0 -1 12 3860 0 1 0 16 2 0 0 15 0 2 0 1978689298 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2591/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 18956

[startup+0.401629 s]
/proc/loadavg: 0.16 0.03 0.01 7/83 2588
/proc/meminfo: memFree=1455880/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 956 4272 0 1 3 1 17 3 16 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+0.701683 s]
/proc/loadavg: 0.16 0.03 0.01 7/83 2588
/proc/meminfo: memFree=1455880/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 973 4272 0 1 3 1 17 3 16 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 0.16 0.03 0.01 4/83 2638
/proc/meminfo: memFree=1439752/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 974 4272 0 1 3 1 17 3 15 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
[pid=2601] ppid=2588 vsize=5356 CPUtime=0
/proc/2601/stat : 2601 (sh) S 2588 2588 2348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978689323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2601/statm: 1339 233 193 169 0 50 0
[pid=2602] ppid=2601 vsize=869468 CPUtime=1.18
/proc/2602/stat : 2602 (java) S 2601 2588 2348 0 -1 0 7933 0 1 0 111 7 0 0 18 0 9 0 1978689323 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2602/statm: 217367 7019 2563 9 0 211914 0
[pid=2602/tid=2603] ppid=2601 vsize=869468 CPUtime=0.73
/proc/2602/task/2603/stat : 2603 (java) R 2601 2588 2348 0 -1 64 2838 0 1 0 70 3 0 0 19 0 9 0 1978689324 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2604] ppid=2601 vsize=869468 CPUtime=0.23
/proc/2602/task/2604/stat : 2604 (java) S 2601 2588 2348 0 -1 64 2941 0 0 0 21 2 0 0 16 0 9 0 1978689325 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2605] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978689328 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=869468 CPUtime=0.18
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2348 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 1978689328 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2609] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978689328 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978689333 890335232 7019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 888424

[startup+3.10216 s]
/proc/loadavg: 0.16 0.03 0.01 3/83 2638
/proc/meminfo: memFree=1426568/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 974 4272 0 1 3 1 17 3 15 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
[pid=2601] ppid=2588 vsize=5356 CPUtime=0
/proc/2601/stat : 2601 (sh) S 2588 2588 2348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978689323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2601/statm: 1339 233 193 169 0 50 0
[pid=2602] ppid=2601 vsize=869468 CPUtime=2.78
/proc/2602/stat : 2602 (java) S 2601 2588 2348 0 -1 0 8471 0 1 0 257 21 0 0 18 0 9 0 1978689323 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2602/statm: 217367 7025 2563 9 0 211914 0
[pid=2602/tid=2603] ppid=2601 vsize=869468 CPUtime=2.18
/proc/2602/task/2603/stat : 2603 (java) R 2601 2588 2348 0 -1 64 3370 0 1 0 204 14 0 0 25 0 9 0 1978689324 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2604] ppid=2601 vsize=869468 CPUtime=0.37
/proc/2602/task/2604/stat : 2604 (java) S 2601 2588 2348 0 -1 64 2941 0 0 0 33 4 0 0 16 0 9 0 1978689325 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2605] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=869468 CPUtime=0.19
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2348 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2609] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978689333 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 888424

[startup+6.30278 s]
/proc/loadavg: 0.31 0.07 0.02 3/83 2638
/proc/meminfo: memFree=1386376/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 974 4272 0 1 3 1 17 3 15 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
[pid=2601] ppid=2588 vsize=5356 CPUtime=0
/proc/2601/stat : 2601 (sh) S 2588 2588 2348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978689323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2601/statm: 1339 233 193 169 0 50 0
[pid=2602] ppid=2601 vsize=869468 CPUtime=5.96
/proc/2602/stat : 2602 (java) S 2601 2588 2348 0 -1 0 9531 0 1 0 549 47 0 0 18 0 9 0 1978689323 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2602/statm: 217367 7025 2563 9 0 211914 0
[pid=2602/tid=2603] ppid=2601 vsize=869468 CPUtime=5.08
/proc/2602/task/2603/stat : 2603 (java) R 2601 2588 2348 0 -1 64 4430 0 1 0 472 36 0 0 25 0 9 0 1978689324 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2604] ppid=2601 vsize=869468 CPUtime=0.65
/proc/2602/task/2604/stat : 2604 (java) S 2601 2588 2348 0 -1 64 2941 0 0 0 56 9 0 0 16 0 9 0 1978689325 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2605] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=869468 CPUtime=0.19
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2348 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2609] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978689333 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 888424

[startup+12.703 s]
/proc/loadavg: 0.44 0.10 0.03 4/83 2638
/proc/meminfo: memFree=1306440/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 974 4272 0 1 3 1 17 3 15 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

################
# More data... #
################

[pid=2602/tid=2605] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=869468 CPUtime=0.19
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2348 0 -1 64 1467 0 0 0 19 0 0 0 15 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2609] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978689328 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978689333 890335232 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 888424

[startup+25.5065 s]
/proc/loadavg: 0.86 0.21 0.07 3/83 2638
/proc/meminfo: memFree=1148488/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.24
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 974 4272 0 1 3 1 17 3 15 0 1 0 1978689293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
[pid=2601] ppid=2588 vsize=5356 CPUtime=0
/proc/2601/stat : 2601 (sh) S 2588 2588 2348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978689323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2601/statm: 1339 233 193 169 0 50 0
[pid=2602] ppid=2601 vsize=869468 CPUtime=25.01
/proc/2602/stat : 2602 (java) S 2601 2588 2348 0 -1 0 15839 0 1 0 2275 226 0 0 18 0 9 0 1978689323 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2602/statm: 217367 7027 2563 9 0 211914 0
[pid=2602/tid=2603] ppid=2601 vsize=869468 CPUtime=22.65
/proc/2602/task/2603/stat : 2603 (java) R 2601 2588 2348 0 -1 64 10736 0 1 0 2083 182 0 0 25 0 9 0 1978689324 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2604] ppid=2601 vsize=869468 CPUtime=2.13
/proc/2602/task/2604/stat : 2604 (java) S 2601 2588 2348 0 -1 64 2941 0 0 0 171 42 0 0 16 0 9 0 1978689325 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2605] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2348 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978689326 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978689328 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=869468 CPUtime=0.19
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2348 0 -1 64 1469 0 0 0 19 0 0 0 16 0 9 0 1978689328 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2602/tid=2609] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978689328 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=869468 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978689333 890335232 7027 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 888424

[startup+51.1016 s]
/proc/loadavg: 1.25 0.35 0.12 3/75 2640
/proc/meminfo: memFree=305096/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=796308 CPUtime=17.27
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 190581 0 0 0 1613 114 0 0 25 0 1 0 1978692671 815419392 190567 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 199077 190567 76 150 0 198924 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 815264

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

[startup+51.3016 s]
/proc/loadavg: 1.25 0.35 0.12 3/75 2640
/proc/meminfo: memFree=305096/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=796308 CPUtime=17.47
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 190581 0 0 0 1633 114 0 0 25 0 1 0 1978692671 815419392 190567 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 199077 190567 76 150 0 198924 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 815264

[startup+64.1021 s]
/proc/loadavg: 1.41 0.43 0.15 3/75 2640
/proc/meminfo: memFree=300616/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=801060 CPUtime=30.27
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 191755 0 0 0 2911 116 0 0 25 0 1 0 1978692671 820285440 191741 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 200265 191741 76 150 0 200112 0
Current children cumulated CPU time (s) 63.58
Current children cumulated vsize (KiB) 820016

[startup+76.9016 s]
/proc/loadavg: 1.50 0.48 0.17 3/75 2640
/proc/meminfo: memFree=300296/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=801324 CPUtime=43.07
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 191828 0 0 0 4191 116 0 0 25 0 1 0 1978692671 820555776 191814 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 200331 191814 76 150 0 200178 0
Current children cumulated CPU time (s) 76.38
Current children cumulated vsize (KiB) 820280

[startup+83.3019 s]
/proc/loadavg: 1.54 0.51 0.18 3/75 2640
/proc/meminfo: memFree=296840/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=804756 CPUtime=49.46
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 192710 0 0 0 4830 116 0 0 25 0 1 0 1978692671 824070144 192696 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 201189 192696 76 150 0 201036 0
Current children cumulated CPU time (s) 82.77
Current children cumulated vsize (KiB) 823712

[startup+84.9062 s]
/proc/loadavg: 1.58 0.53 0.19 3/75 2640
/proc/meminfo: memFree=296712/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=804888 CPUtime=51.07
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 192716 0 0 0 4991 116 0 0 25 0 1 0 1978692671 824205312 192702 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 201222 192702 76 150 0 201069 0
Current children cumulated CPU time (s) 84.38
Current children cumulated vsize (KiB) 823844

[startup+85.7014 s]
/proc/loadavg: 1.58 0.53 0.19 3/75 2640
/proc/meminfo: memFree=296712/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=33.31
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1032 23052 0 2 3 1 3030 297 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
[pid=2639] ppid=2588 vsize=5356 CPUtime=0
/proc/2639/stat : 2639 (sh) S 2588 2588 2348 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978692671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2639/statm: 1339 232 193 169 0 50 0
[pid=2640] ppid=2639 vsize=804888 CPUtime=51.86
/proc/2640/stat : 2640 (minisat) R 2639 2588 2348 0 -1 4194304 192717 0 0 0 5070 116 0 0 25 0 1 0 1978692671 824205312 192703 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2640/statm: 201222 192703 76 150 0 201069 0
Current children cumulated CPU time (s) 85.17
Current children cumulated vsize (KiB) 823844

[startup+86.1014 s]
/proc/loadavg: 1.58 0.53 0.19 3/75 2640
/proc/meminfo: memFree=296264/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=85.52
/proc/2588/stat : 2588 (sugar) S 2586 2588 2348 0 -1 4194304 1070 216094 0 2 3 1 8122 426 16 0 1 0 1978689293 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2588/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 85.52
Current children cumulated vsize (KiB) 13600

[startup+86.5015 s]
/proc/loadavg: 1.58 0.53 0.19 3/75 2640
/proc/meminfo: memFree=296264/2055924 swapFree=4180432/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=85.96
/proc/2588/stat : 2588 (sugar) R 2586 2588 2348 0 -1 4194304 1116 219829 0 3 3 20 8145 428 16 0 1 0 1978689293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2588/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 85.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 86.5039
CPU time (s): 85.9859
CPU user time (s): 81.4896
CPU system time (s): 4.49632
CPU usage (%): 99.4013
Max. virtual memory (cumulated for all children) (KiB): 888424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.4896
system time used= 4.49632
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220975
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76473
involuntary context switches= 75833

runsolver used 0.116982 second user time and 0.245962 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 13:12:20
IDJOB=1039940
IDBENCH=53656
IDSOLVER=346
FILE ID=node6/1039940-1214997140
PBS_JOBID= 7870911
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-10_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039940-1214997140/watcher-1039940-1214997140 -o /tmp/evaluation-result-1039940-1214997140/solver-1039940-1214997140 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1039940-1214997140.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8bce133ddb71db1f40340916746927bb
RANDOM SEED=941879267

node6.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.265
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.265
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:      2055924 kB
MemFree:       1456744 kB
Buffers:         63524 kB
Cached:         438036 kB
SwapCached:       6536 kB
Active:         123540 kB
Inactive:       396552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1456744 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:          29612 kB
Slab:            64416 kB
Committed_AS:  3871068 kB
PageTables:       1912 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= 66544 MiB
End job on node6 at 2008-07-02 13:13:47