Trace number 2083204

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.14.6+minisat? 296.579 304.931

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
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 benchmark315.042
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:34:36 2009
0.00/0.08	c 0	PID 22796
0.07/0.08	c 0	HOST node62.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083204-1247376875.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083204-1247376875.xml' 'HOME/temp.csp'
1.56/1.65	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.61/1.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.61/1.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.61/1.79	c 2	Parsing HOME/temp.csp
1.99/2.11	c 2	parsed 10000 expressions
2.09/2.27	c 2	parsed 20000 expressions
2.29/2.41	c 2	parsed 26930 expressions
2.29/2.42	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.42	c 2	Converting to clausal form CSP
4.27/4.47	c 4	converted 2693 (10%) expressions
7.62/7.84	c 8	converted 5386 (20%) expressions
10.40/10.65	c 10	converted 8079 (30%) expressions
13.47/13.72	c 13	converted 10772 (40%) expressions
16.04/16.31	c 16	converted 13465 (50%) expressions
18.91/19.23	c 19	converted 16158 (60%) expressions
21.29/21.61	c 21	converted 18851 (70%) expressions
23.57/24.00	c 24	converted 21544 (80%) expressions
25.74/26.17	c 26	converted 24237 (90%) expressions
27.91/28.34	c 28	converted 26930 (100%) expressions
27.91/28.34	c 28	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
27.91/28.34	c 28	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.91/28.34	c 28	Propagation in CSP
29.50/29.93	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.50/29.94	c 30	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
29.50/29.94	c 30	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.50/29.98	c 30	Simplifing CSP by introducing new Boolean variables
30.58/31.03	c 31	CSP : 4456 integers, 129313 booleans, 214616 clauses, largest domain size 2737
30.58/31.03	c 31	Heap : 124 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.38/31.82	c 32	Encoding CSP to SAT : HOME/temp.cnf
34.24/34.74	c 34	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
37.11/37.66	c 37	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
40.00/40.53	c 40	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
41.87/42.49	c 42	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
43.44/44.01	c 44	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
44.91/45.51	c 45	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
46.29/46.98	c 47	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
47.78/48.45	c 48	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
49.27/49.92	c 50	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
50.72/51.44	c 51	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
76.66/77.82	c 78	21462 (10%) CSP clauses are encoded (15259700 clauses, 341233247 bytes)
101.37/103.03	c 103	42924 (20%) CSP clauses are encoded (22755448 clauses, 542911826 bytes)
126.20/128.32	c 128	64385 (30%) CSP clauses are encoded (30291469 clauses, 746579415 bytes)
150.50/153.11	c 153	85847 (40%) CSP clauses are encoded (37825172 clauses, 950527038 bytes)
174.22/177.35	c 177	107308 (50%) CSP clauses are encoded (45241284 clauses, 1152251043 bytes)
198.76/202.79	c 203	128770 (60%) CSP clauses are encoded (53063048 clauses, 1365561303 bytes)
223.43/228.07	c 228	150232 (70%) CSP clauses are encoded (61015649 clauses, 1582633909 bytes)
247.30/252.42	c 252	171693 (80%) CSP clauses are encoded (68822219 clauses, 1796216885 bytes)
271.78/277.53	c 277	193155 (90%) CSP clauses are encoded (77132704 clauses, 2023367184 bytes)
295.57/301.81	c 302	214616 (100%) CSP clauses are encoded (85170051 clauses, 2243539349 bytes)
295.57/301.81	c 302	214616 CSP clauses encoded
295.57/301.86	c 302	Writing map file : HOME/temp.map
295.71/302.60	c 302	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
295.71/302.60	c 302	SAT : 8145124 SAT variables, 85170051 SAT clauses, 2243539349 bytes
295.71/302.60	c 302	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
295.71/302.66	c 302	SOLVING HOME/temp.cnf
295.71/302.66	c 302	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
295.76/302.85	c 303	This is MiniSat 2.0 beta
295.76/302.85	c 303	WARNING: for repeatability, setting FPU to use double precision
295.76/302.85	c 303	ERROR! Could not open file: HOME/temp.cnf
295.76/302.85	c 303	DECODING HOME/temp.out WITH HOME/temp.map
295.76/302.85	c ERROR no output file HOME/temp.out
295.76/302.85	s UNKNOWN
295.76/302.85	c 303	CPU 295.77 (0.06 0.02 281.73 13.96)
295.76/302.85	c 303	END Sun Jul 12 07:39:39 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083204-1247376875/watcher-2083204-1247376875 -o /tmp/evaluation-result-2083204-1247376875/solver-2083204-1247376875 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083204-1247376875.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.09 2.13 2.06 4/80 22796
/proc/meminfo: memFree=1347640/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=18576 CPUtime=0
/proc/22796/stat : 22796 (runsolver) R 22794 22796 21281 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24751483 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22796/statm: 4644 284 249 26 0 2626 0

[startup+0.0827689 s]
/proc/loadavg: 2.09 2.13 2.06 4/80 22796
/proc/meminfo: memFree=1347640/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16740 CPUtime=0.07
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24751483 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101221 s]
/proc/loadavg: 2.09 2.13 2.06 4/80 22796
/proc/meminfo: memFree=1347640/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=0.07
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301239 s]
/proc/loadavg: 2.09 2.13 2.06 4/80 22796
/proc/meminfo: memFree=1347640/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=0.07
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701289 s]
/proc/loadavg: 2.09 2.13 2.06 4/80 22796
/proc/meminfo: memFree=1347640/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=0.07
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 2.09 2.13 2.06 4/91 22808
/proc/meminfo: memFree=1311712/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=0.07
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22799] ppid=22796 vsize=5356 CPUtime=0
/proc/22799/stat : 22799 (sh) S 22796 22796 21281 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24751492 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22799/statm: 1339 233 193 169 0 50 0
[pid=22800] ppid=22799 vsize=864756 CPUtime=1.39
/proc/22800/stat : 22800 (java) S 22799 22796 21281 0 -1 0 15079 0 1 0 128 11 0 0 18 0 9 0 24751492 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22800/statm: 216189 13105 2557 9 0 210701 0
[pid=22800/tid=22801] ppid=22799 vsize=864756 CPUtime=0.76
/proc/22800/task/22801/stat : 22801 (java) R 22799 22796 21281 0 -1 64 3076 0 1 0 73 3 0 0 25 0 9 0 24751493 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4126776309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22802] ppid=22799 vsize=864756 CPUtime=0.46
/proc/22800/task/22802/stat : 22802 (java) S 22799 22796 21281 0 -1 64 10768 0 0 0 40 6 0 0 16 0 9 0 24751495 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22803] ppid=22799 vsize=864756 CPUtime=0
/proc/22800/task/22803/stat : 22803 (java) S 22799 22796 21281 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24751495 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22804] ppid=22799 vsize=864756 CPUtime=0
/proc/22800/task/22804/stat : 22804 (java) S 22799 22796 21281 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24751495 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22805] ppid=22799 vsize=864756 CPUtime=0
/proc/22800/task/22805/stat : 22805 (java) S 22799 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24751497 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22806] ppid=22799 vsize=864756 CPUtime=0.14
/proc/22800/task/22806/stat : 22806 (java) S 22799 22796 21281 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 24751497 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22807] ppid=22799 vsize=864756 CPUtime=0
/proc/22800/task/22807/stat : 22807 (java) S 22799 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751497 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22800/tid=22808] ppid=22799 vsize=864756 CPUtime=0
/proc/22800/task/22808/stat : 22808 (java) S 22799 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751497 885510144 13105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886980

[startup+3.10257 s]
/proc/loadavg: 2.09 2.13 2.06 4/91 22818
/proc/meminfo: memFree=1334432/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1309 15512 0 1 5 2 143 12 15 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868544 CPUtime=1.36
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 9341 0 1 0 130 6 0 0 18 0 9 0 24751655 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217136 8428 2570 9 0 211641 0
[pid=22810/tid=22811] ppid=22809 vsize=868544 CPUtime=0.94
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 2632 0 1 0 93 1 0 0 25 0 9 0 24751656 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4126510090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868544 CPUtime=0.22
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 4537 0 0 0 20 2 0 0 16 0 9 0 24751657 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868544 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868544 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24751657 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868544 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868544 CPUtime=0.16
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1469 0 0 0 16 0 0 0 15 0 9 0 24751659 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868544 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868544 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889389056 8428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890768

[startup+6.30293 s]
/proc/loadavg: 2.08 2.13 2.06 3/91 22818
/proc/meminfo: memFree=1312096/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1309 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868632 CPUtime=4.53
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 12139 0 1 0 442 11 0 0 18 0 9 0 24751655 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217158 10908 2567 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868632 CPUtime=3.73
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 2966 0 1 0 371 2 0 0 19 0 9 0 24751656 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4126508720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868632 CPUtime=0.57
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 6990 0 0 0 51 6 0 0 16 0 9 0 24751657 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868632 CPUtime=0.19
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1480 0 0 0 19 0 0 0 15 0 9 0 24751659 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889479168 10908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890856

[startup+12.7027 s]
/proc/loadavg: 2.07 2.13 2.06 3/91 22818
/proc/meminfo: memFree=1288672/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1309 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868632 CPUtime=10.86
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 22726 0 1 0 1068 18 0 0 18 0 9 0 24751655 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217158 16751 2568 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868632 CPUtime=9.06
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 3641 0 1 0 902 4 0 0 25 0 9 0 24751656 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4126508813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868632 CPUtime=1.57
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 16896 0 0 0 145 12 0 0 16 0 9 0 24751657 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868632 CPUtime=0.2
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1486 0 0 0 20 0 0 0 17 0 9 0 24751659 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889479168 16751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890856

[startup+25.5021 s]
/proc/loadavg: 2.06 2.12 2.06 3/91 22818
/proc/meminfo: memFree=1234336/2055920 swapFree=4192952/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1309 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868632 CPUtime=23.52
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 38067 0 1 0 2324 28 0 0 18 0 9 0 24751655 889479168 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217158 29908 2568 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868632 CPUtime=20.28
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 4349 0 1 0 2023 5 0 0 25 0 9 0 24751656 889479168 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4126508736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868632 CPUtime=3
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 31524 0 0 0 279 21 0 0 16 0 9 0 24751657 889479168 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868632 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889479168 29908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868632 CPUtime=0

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

/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 8120 0 1 0 19988 905 0 0 25 0 9 0 24751656 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4127061645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868744 CPUtime=6.98
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 40202 0 0 0 653 45 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868744 CPUtime=0.29
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1536 0 0 0 28 1 0 0 15 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.84
Current children cumulated vsize (KiB) 890968

[startup+282.302 s]
/proc/loadavg: 2.47 2.24 2.12 3/91 22818
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1310 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868744 CPUtime=274.9
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 51518 0 1 0 26219 1271 0 0 18 0 9 0 24751655 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217186 37563 2593 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868744 CPUtime=266.88
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 9077 0 1 0 25473 1215 0 0 25 0 9 0 24751656 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4127050758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868744 CPUtime=7.69
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 40202 0 0 0 716 53 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868744 CPUtime=0.29
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1536 0 0 0 28 1 0 0 15 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.52
Current children cumulated vsize (KiB) 890968

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

[startup+294.302 s]
/proc/loadavg: 2.55 2.27 2.13 4/91 22818
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1310 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868744 CPUtime=286.6
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 51714 0 1 0 27324 1336 0 0 18 0 9 0 24751655 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217186 37563 2593 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868744 CPUtime=278.44
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 9273 0 1 0 26565 1279 0 0 25 0 9 0 24751656 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868744 CPUtime=7.84
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 40202 0 0 0 729 55 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868744 CPUtime=0.29
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1536 0 0 0 28 1 0 0 15 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 288.22
Current children cumulated vsize (KiB) 890968

[startup+300.703 s]
/proc/loadavg: 2.47 2.26 2.12 4/91 22818
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1310 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868744 CPUtime=292.89
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 51817 0 1 0 27915 1374 0 0 18 0 9 0 24751655 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217186 37563 2593 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868744 CPUtime=284.66
/proc/22810/task/22811/stat : 22811 (java) R 22809 22796 21281 0 -1 64 9376 0 1 0 27150 1316 0 0 25 0 9 0 24751656 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4126567296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868744 CPUtime=7.91
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 40202 0 0 0 735 56 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868744 CPUtime=0.29
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1536 0 0 0 28 1 0 0 15 0 9 0 24751659 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889593856 37563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 294.51
Current children cumulated vsize (KiB) 890968

[startup+302.302 s]
/proc/loadavg: 2.47 2.26 2.12 4/91 22818
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=1.62
/proc/22796/stat : 22796 (sugar) S 22794 22796 21281 0 -1 4194304 1310 15512 0 1 5 2 143 12 16 0 1 0 24751483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22796/statm: 4217 1111 409 3 0 796 0
[pid=22809] ppid=22796 vsize=5356 CPUtime=0
/proc/22809/stat : 22809 (sh) S 22796 22796 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24751655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22809/statm: 1339 233 193 169 0 50 0
[pid=22810] ppid=22809 vsize=868744 CPUtime=293.97
/proc/22810/stat : 22810 (java) S 22809 22796 21281 0 -1 0 51844 0 1 0 28017 1380 0 0 18 0 9 0 24751655 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22810/statm: 217186 37569 2593 9 0 211663 0
[pid=22810/tid=22811] ppid=22809 vsize=868744 CPUtime=285.73
/proc/22810/task/22811/stat : 22811 (java) D 22809 22796 21281 0 -1 64 9400 0 1 0 27252 1321 0 0 19 0 9 0 24751656 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=22810/tid=22812] ppid=22809 vsize=868744 CPUtime=7.92
/proc/22810/task/22812/stat : 22812 (java) S 22809 22796 21281 0 -1 64 40202 0 0 0 736 56 0 0 16 0 9 0 24751657 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22813] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22813/stat : 22813 (java) S 22809 22796 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22814] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22814/stat : 22814 (java) S 22809 22796 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24751657 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22815] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22815/stat : 22815 (java) S 22809 22796 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24751659 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22816] ppid=22809 vsize=868744 CPUtime=0.29
/proc/22810/task/22816/stat : 22816 (java) S 22809 22796 21281 0 -1 64 1539 0 0 0 28 1 0 0 16 0 9 0 24751659 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22817] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22817/stat : 22817 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24751660 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22810/tid=22818] ppid=22809 vsize=868744 CPUtime=0
/proc/22810/task/22818/stat : 22818 (java) S 22809 22796 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24751660 889593856 37569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.59
Current children cumulated vsize (KiB) 890968

[startup+303.902 s]
/proc/loadavg: 2.47 2.26 2.12 3/81 22820
/proc/meminfo: memFree=1624496/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=296.51
/proc/22796/stat : 22796 (sugar) D 22794 22796 21281 0 -1 4194304 1419 68016 0 10 6 76 28173 1396 18 0 1 0 24751483 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22796/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 296.51
Current children cumulated vsize (KiB) 16868

[startup+304.706 s]
/proc/loadavg: 2.43 2.25 2.12 2/81 22820
/proc/meminfo: memFree=1639664/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=296.55
/proc/22796/stat : 22796 (sugar) D 22794 22796 21281 0 -1 4194304 1419 68016 0 10 6 80 28173 1396 18 0 1 0 24751483 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22796/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 296.55
Current children cumulated vsize (KiB) 16868

[startup+304.902 s]
/proc/loadavg: 2.43 2.25 2.12 2/81 22820
/proc/meminfo: memFree=1639664/2055920 swapFree=4192812/4192956
[pid=22796] ppid=22794 vsize=16868 CPUtime=296.56
/proc/22796/stat : 22796 (sugar) D 22794 22796 21281 0 -1 4194304 1419 68016 0 10 6 81 28173 1396 18 0 1 0 24751483 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22796/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 296.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 304.931
CPU time (s): 296.579
CPU user time (s): 281.793
CPU system time (s): 14.7858
CPU usage (%): 97.2611
Max. virtual memory (cumulated for all children) (KiB): 896236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.793
system time used= 14.7858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69495
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52681
involuntary context switches= 58840

runsolver used 0.414936 second user time and 1.03484 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 07:34:36
IDJOB=2083204
IDBENCH=57738
IDSOLVER=739
FILE ID=node62/2083204-1247376875
PBS_JOBID= 9507140
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083204-1247376875/watcher-2083204-1247376875 -o /tmp/evaluation-result-2083204-1247376875/solver-2083204-1247376875 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083204-1247376875.xml

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

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=1409148052

node62.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.220
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.220
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:       1348120 kB
Buffers:         70096 kB
Cached:         245624 kB
SwapCached:          4 kB
Active:         425472 kB
Inactive:       204256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348120 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4856 kB
Writeback:           0 kB
Mapped:         331892 kB
Slab:            62460 kB
Committed_AS:   926704 kB
PageTables:       2476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node62 at 2009-07-12 07:39:41