Trace number 2083258

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+picosat? 267.167 275.227

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-3.xml
MD5SUMc4f7d55d5a43c8200b930ee86154a2fb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.4641
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 07:38:11 2009
0.05/0.07	c 0	PID 25756
0.05/0.07	c 0	HOST node81.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2083258-1247377091.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083258-1247377091.xml' 'HOME/temp.csp'
1.48/1.51	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.48/1.53	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.48/1.53	c 2	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.51/1.61	c 2	Parsing HOME/temp.csp
1.51/1.78	c 2	parsed 10000 expressions
1.51/1.92	c 2	parsed 20000 expressions
1.51/2.04	c 2	parsed 26578 expressions
1.51/2.05	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/2.05	c 2	Converting to clausal form CSP
2.75/2.83	c 3	converted 2658 (10%) expressions
6.31/6.41	c 7	converted 5316 (20%) expressions
9.58/9.73	c 10	converted 7974 (30%) expressions
12.44/12.61	c 13	converted 10632 (40%) expressions
15.21/15.43	c 16	converted 13289 (50%) expressions
18.37/18.61	c 19	converted 15947 (60%) expressions
21.05/21.32	c 22	converted 18605 (70%) expressions
23.63/23.92	c 24	converted 21263 (80%) expressions
26.69/27.03	c 27	converted 23921 (90%) expressions
28.77/29.12	c 29	converted 26578 (100%) expressions
28.77/29.12	c 29	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
28.77/29.12	c 29	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.77/29.12	c 29	Propagation in CSP
31.35/31.78	c 32	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.35/31.79	c 32	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
31.35/31.79	c 32	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.44/31.84	c 32	Simplifing CSP by introducing new Boolean variables
31.74/32.17	c 33	CSP : 8122 integers, 126504 booleans, 215131 clauses, largest domain size 2821
31.74/32.17	c 33	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.53/32.99	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.08/37.54	c 38	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
41.64/42.10	c 42	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
45.70/46.23	c 47	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
48.06/48.64	c 49	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
50.44/51.05	c 51	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
52.88/53.58	c 54	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
55.45/56.11	c 56	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
57.99/58.75	c 59	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
60.64/61.41	c 62	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
63.25/64.10	c 64	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
82.85/84.14	c 84	21514 (10%) CSP clauses are encoded (21201836 clauses, 457567026 bytes)
102.77/104.47	c 105	43027 (20%) CSP clauses are encoded (27280991 clauses, 624848951 bytes)
122.97/125.03	c 125	64540 (30%) CSP clauses are encoded (33495447 clauses, 796055255 bytes)
143.25/145.78	c 146	86053 (40%) CSP clauses are encoded (39796989 clauses, 970655435 bytes)
164.13/167.05	c 167	107566 (50%) CSP clauses are encoded (46409104 clauses, 1153737630 bytes)
185.07/188.59	c 189	129079 (60%) CSP clauses are encoded (53231559 clauses, 1349575192 bytes)
206.00/210.02	c 210	150592 (70%) CSP clauses are encoded (60014712 clauses, 1547781561 bytes)
225.64/230.67	c 231	172105 (80%) CSP clauses are encoded (66436817 clauses, 1736596460 bytes)
246.19/251.67	c 252	193618 (90%) CSP clauses are encoded (73463249 clauses, 1944379321 bytes)
266.10/272.01	c 272	215131 (100%) CSP clauses are encoded (80549769 clauses, 2154341424 bytes)
266.10/272.01	c 272	215131 CSP clauses encoded
266.10/272.02	c 272	Writing map file : HOME/temp.map
266.22/272.28	c 273	Heap : 110 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
266.22/272.28	c 273	SAT : 15597679 SAT variables, 80549769 SAT clauses, 2154341424 bytes
266.22/272.28	c 273	Heap : 110 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
266.30/272.36	c 273	SOLVING HOME/temp.cnf
266.30/272.36	c 273	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
266.36/272.55	c 273	*** picosat: can not read input file 'HOME/temp.cnf'
266.36/272.55	c 273	DECODING HOME/temp.out WITH HOME/temp.map
266.36/272.55	c ERROR no output file HOME/temp.out
266.36/272.55	s UNKNOWN
266.36/272.55	c 273	CPU 266.37 (0.07 0.02 253.61 12.67)
266.36/272.55	c 273	END Sun Jul 12 07:42:44 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-2083258-1247377091/watcher-2083258-1247377091 -o /tmp/evaluation-result-2083258-1247377091/solver-2083258-1247377091 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083258-1247377091.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.31 2.20 2.09 3/81 25756
/proc/meminfo: memFree=1415896/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=12268 CPUtime=0
/proc/25756/stat : 25756 (sugar) R 25754 25756 19846 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 24774209 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 0 0 0
/proc/25756/statm: 3068 321 242 3 0 168 0

[startup+0.0660259 s]
/proc/loadavg: 2.31 2.20 2.09 3/81 25756
/proc/meminfo: memFree=1415896/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16608 CPUtime=0.05
/proc/25756/stat : 25756 (sugar) R 25754 25756 19846 0 -1 4194304 1068 0 0 0 4 1 0 0 18 0 1 0 24774209 17006592 1036 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 0 0 0
/proc/25756/statm: 4152 1037 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.10203 s]
/proc/loadavg: 2.31 2.20 2.09 3/81 25756
/proc/meminfo: memFree=1415896/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=0.07
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302051 s]
/proc/loadavg: 2.31 2.20 2.09 3/81 25756
/proc/meminfo: memFree=1415896/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=0.07
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702094 s]
/proc/loadavg: 2.31 2.20 2.09 3/81 25756
/proc/meminfo: memFree=1415896/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=0.07
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.36 2.21 2.09 5/92 25768
/proc/meminfo: memFree=1379712/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=0.07
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25759] ppid=25756 vsize=5356 CPUtime=0
/proc/25759/stat : 25759 (sh) S 25756 25756 19846 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 24774216 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25759/statm: 1339 233 193 169 0 50 0
[pid=25760] ppid=25759 vsize=864760 CPUtime=1.41
/proc/25760/stat : 25760 (java) S 25759 25756 19846 0 -1 0 14843 0 1 0 132 9 0 0 20 0 9 0 24774217 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25760/statm: 216190 12867 2557 9 0 210702 0
[pid=25760/tid=25761] ppid=25759 vsize=864760 CPUtime=0.83
/proc/25760/task/25761/stat : 25761 (java) R 25759 25756 19846 0 -1 64 3078 0 1 0 79 4 0 0 25 0 9 0 24774218 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25762] ppid=25759 vsize=864760 CPUtime=0.42
/proc/25760/task/25762/stat : 25762 (java) S 25759 25756 19846 0 -1 64 10525 0 0 0 38 4 0 0 16 0 9 0 24774219 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25763] ppid=25759 vsize=864760 CPUtime=0
/proc/25760/task/25763/stat : 25763 (java) S 25759 25756 19846 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24774219 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25764] ppid=25759 vsize=864760 CPUtime=0
/proc/25760/task/25764/stat : 25764 (java) S 25759 25756 19846 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24774219 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25765] ppid=25759 vsize=864760 CPUtime=0
/proc/25760/task/25765/stat : 25765 (java) S 25759 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24774221 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25766] ppid=25759 vsize=864760 CPUtime=0.13
/proc/25760/task/25766/stat : 25766 (java) S 25759 25756 19846 0 -1 64 534 0 0 0 13 0 0 0 16 0 9 0 24774221 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25767] ppid=25759 vsize=864760 CPUtime=0
/proc/25760/task/25767/stat : 25767 (java) S 25759 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24774221 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25760/tid=25768] ppid=25759 vsize=864760 CPUtime=0
/proc/25760/task/25768/stat : 25768 (java) S 25759 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774221 885514240 12867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 886984

[startup+3.10135 s]
/proc/loadavg: 2.36 2.21 2.09 4/92 25778
/proc/meminfo: memFree=1393920/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1309 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868616 CPUtime=1.53
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 10005 0 1 0 148 5 0 0 18 0 9 0 24774363 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217154 8975 2567 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868616 CPUtime=1.02
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 2754 0 1 0 101 1 0 0 25 0 9 0 24774364 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868616 CPUtime=0.31
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 5060 0 0 0 29 2 0 0 16 0 9 0 24774365 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868616 CPUtime=0.16
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1488 0 0 0 16 0 0 0 15 0 9 0 24774367 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889462784 8975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890840

[startup+6.3027 s]
/proc/loadavg: 2.33 2.21 2.09 4/92 25778
/proc/meminfo: memFree=1375424/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1309 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868616 CPUtime=4.7
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 13527 0 1 0 461 9 0 0 18 0 9 0 24774363 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217154 12231 2567 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868616 CPUtime=3.74
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 3133 0 1 0 372 2 0 0 25 0 9 0 24774364 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4126588691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868616 CPUtime=0.75
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 8197 0 0 0 70 5 0 0 16 0 9 0 24774365 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868616 CPUtime=0.18
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1494 0 0 0 18 0 0 0 15 0 9 0 24774367 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889462784 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890840

[startup+12.7024 s]
/proc/loadavg: 2.31 2.20 2.09 3/92 25778
/proc/meminfo: memFree=1347968/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1309 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868616 CPUtime=11.03
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 24471 0 1 0 1086 17 0 0 18 0 9 0 24774363 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217154 18787 2568 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868616 CPUtime=9.23
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 3612 0 1 0 919 4 0 0 25 0 9 0 24774364 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4126905328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868616 CPUtime=1.58
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 18640 0 0 0 147 11 0 0 16 0 9 0 24774365 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868616 CPUtime=0.19
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1516 0 0 0 19 0 0 0 15 0 9 0 24774367 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889462784 18787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890840

[startup+25.5028 s]
/proc/loadavg: 2.26 2.20 2.09 3/92 25778
/proc/meminfo: memFree=1292032/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1309 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868616 CPUtime=23.69
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 42731 0 1 0 2341 28 0 0 18 0 9 0 24774363 889462784 32633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217154 32633 2568 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868616 CPUtime=20.38
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 4325 0 1 0 2033 5 0 0 25 0 9 0 24774364 889462784 32633 996147200 134512640 134550932 4294955936 18446744073709551615 4126588525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868616 CPUtime=3.09
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 36185 0 0 0 288 21 0 0 16 0 9 0 24774365 889462784 32633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 32633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868616 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889462784 32633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868616 CPUtime=0

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

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

[startup+230.303 s]
/proc/loadavg: 2.16 2.15 2.09 3/92 25778
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1310 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868728 CPUtime=223.83
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 59789 0 1 0 21372 1011 0 0 18 0 9 0 24774363 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217182 41732 2593 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868728 CPUtime=216.26
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 8100 0 1 0 20663 963 0 0 25 0 9 0 24774364 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868728 CPUtime=7.27
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 49422 0 0 0 681 46 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868728 CPUtime=0.28
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1564 0 0 0 27 1 0 0 16 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.34
Current children cumulated vsize (KiB) 890952

[startup+255.902 s]
/proc/loadavg: 2.24 2.17 2.10 3/92 25778
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1310 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868728 CPUtime=248.88
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 60195 0 1 0 23733 1155 0 0 18 0 9 0 24774363 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217182 41732 2593 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868728 CPUtime=241.01
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 8506 0 1 0 22997 1104 0 0 25 0 9 0 24774364 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868728 CPUtime=7.56
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 49422 0 0 0 708 48 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868728 CPUtime=0.28
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1564 0 0 0 27 1 0 0 16 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.39
Current children cumulated vsize (KiB) 890952

[startup+268.702 s]
/proc/loadavg: 2.25 2.18 2.10 3/92 25778
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1310 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868728 CPUtime=261.36
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 60403 0 1 0 24906 1230 0 0 18 0 9 0 24774363 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217182 41732 2593 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868728 CPUtime=253.34
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 19846 0 -1 64 8714 0 1 0 24156 1178 0 0 25 0 9 0 24774364 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868728 CPUtime=7.72
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 49422 0 0 0 722 50 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868728 CPUtime=0.28
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1564 0 0 0 27 1 0 0 16 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 262.87
Current children cumulated vsize (KiB) 890952

[startup+271.903 s]
/proc/loadavg: 2.31 2.19 2.10 3/92 25778
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=1.51
/proc/25756/stat : 25756 (sugar) S 25754 25756 19846 0 -1 4194304 1310 15269 0 1 5 2 134 10 16 0 1 0 24774209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 4217 1111 409 3 0 796 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 19846 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24774363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=868728 CPUtime=264.5
/proc/25770/stat : 25770 (java) S 25769 25756 19846 0 -1 0 60456 0 1 0 25199 1251 0 0 18 0 9 0 24774363 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 217182 41732 2593 9 0 211659 0
[pid=25770/tid=25771] ppid=25769 vsize=868728 CPUtime=256.43
/proc/25770/task/25771/stat : 25771 (java) D 25769 25756 19846 0 -1 64 8767 0 1 0 24445 1198 0 0 25 0 9 0 24774364 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=868728 CPUtime=7.75
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 19846 0 -1 64 49422 0 0 0 725 50 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 19846 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 19846 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24774365 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 19846 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=868728 CPUtime=0.28
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 19846 0 -1 64 1564 0 0 0 27 1 0 0 16 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=868728 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 19846 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24774367 889577472 41732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.01
Current children cumulated vsize (KiB) 890952

[startup+273.501 s]
/proc/loadavg: 2.31 2.19 2.10 3/82 25780
/proc/meminfo: memFree=491920/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=267
/proc/25756/stat : 25756 (sugar) D 25754 25756 19846 0 -1 4194304 1419 76377 0 8 7 65 25361 1267 18 0 1 0 24774209 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/25756/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 267
Current children cumulated vsize (KiB) 16868

[startup+274.301 s]
/proc/loadavg: 2.31 2.19 2.10 2/82 25780
/proc/meminfo: memFree=1600208/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=267.1
/proc/25756/stat : 25756 (sugar) D 25754 25756 19846 0 -1 4194304 1419 76377 0 8 7 75 25361 1267 18 0 1 0 24774209 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25756/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 267.1
Current children cumulated vsize (KiB) 16868

[startup+274.701 s]
/proc/loadavg: 2.31 2.19 2.10 2/82 25780
/proc/meminfo: memFree=1600208/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=267.12
/proc/25756/stat : 25756 (sugar) D 25754 25756 19846 0 -1 4194304 1419 76377 0 8 7 77 25361 1267 18 0 1 0 24774209 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25756/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 267.12
Current children cumulated vsize (KiB) 16868

[startup+275.102 s]
/proc/loadavg: 2.31 2.19 2.10 2/82 25780
/proc/meminfo: memFree=1600912/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=267.14
/proc/25756/stat : 25756 (sugar) D 25754 25756 19846 0 -1 4194304 1419 76377 0 8 7 79 25361 1267 18 0 1 0 24774209 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25756/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 267.14
Current children cumulated vsize (KiB) 16868

[startup+275.202 s]
/proc/loadavg: 2.31 2.19 2.10 2/82 25780
/proc/meminfo: memFree=1600912/2055920 swapFree=4192812/4192956
[pid=25756] ppid=25754 vsize=16868 CPUtime=267.15
/proc/25756/stat : 25756 (sugar) D 25754 25756 19846 0 -1 4194304 1419 76377 0 8 7 80 25361 1267 18 0 1 0 24774209 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25756/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 267.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 275.227
CPU time (s): 267.167
CPU user time (s): 253.684
CPU system time (s): 13.483
CPU usage (%): 97.0716
Max. virtual memory (cumulated for all children) (KiB): 901088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.684
system time used= 13.483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77857
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47485
involuntary context switches= 53471

runsolver used 0.416936 second user time and 0.897863 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 07:38:11
IDJOB=2083258
IDBENCH=57756
IDSOLVER=738
FILE ID=node81/2083258-1247377091
PBS_JOBID= 9507093
Free space on /tmp= 126676 MiB

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

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

MD5SUM BENCH= c4f7d55d5a43c8200b930ee86154a2fb
RANDOM SEED=1422071844

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1416312 kB
Buffers:         31288 kB
Cached:         178424 kB
SwapCached:          0 kB
Active:         387064 kB
Inactive:       173844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4716 kB
Writeback:           0 kB
Mapped:         369044 kB
Slab:            63116 kB
Committed_AS:   935852 kB
PageTables:       2528 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= 126676 MiB
End job on node81 at 2009-07-12 07:42:47