Trace number 1086108

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 622.692 633.625

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-9.xml
MD5SUM1669d08b906051cd43ecd2c2e0016764
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.21	c 0	Sugar v1-13 + HOME/minisat
0.02/0.21	c 0	BEGIN Sat Jul  5 07:57:22 2008
0.02/0.21	c 0	PID 1915
0.02/0.23	c 0	HOST node41.alineos.net
0.02/0.23	c 0	CONVERTING HOME/instance-1086108-1215237441.xml TO HOME/temp.csp
0.02/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086108-1215237441.xml' 'HOME/temp.csp'
1.47/1.71	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.47/1.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/1.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.50/1.83	c 2	Parsing HOME/temp.csp
1.92/2.24	c 2	parsed 10000 expressions
2.31/2.60	c 2	parsed 20000 expressions
2.41/2.76	c 3	parsed 25916 expressions
2.41/2.77	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.77	c 3	Converting to clausal form CSP
2.52/2.84	c 3	converted 2592 (10%) expressions
7.07/7.40	c 7	converted 5184 (20%) expressions
11.42/11.88	c 12	converted 7775 (30%) expressions
15.68/16.11	c 16	converted 10367 (40%) expressions
20.03/20.51	c 20	converted 12958 (50%) expressions
24.07/24.64	c 24	converted 15550 (60%) expressions
28.04/28.70	c 28	converted 18142 (70%) expressions
32.39/33.02	c 33	converted 20733 (80%) expressions
36.15/36.85	c 37	converted 23325 (90%) expressions
39.71/40.40	c 40	converted 25916 (100%) expressions
39.71/40.40	c 40	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
39.71/40.40	c 40	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.71/40.40	c 40	Propagation in CSP
46.24/47.02	c 47	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
46.24/47.03	c 47	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
46.24/47.03	c 47	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.24/47.07	c 47	Simplifing CSP by introducing new Boolean variables
47.23/48.09	c 48	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
47.23/48.09	c 48	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.82/48.70	c 48	Encoding CSP to SAT : HOME/temp.cnf
61.60/62.52	c 62	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
75.01/76.05	c 76	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
87.02/88.12	c 88	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
91.71/92.97	c 93	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
96.46/97.95	c 98	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
101.68/103.34	c 103	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
106.83/108.63	c 108	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
111.63/113.54	c 113	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
116.46/118.61	c 118	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
121.26/123.73	c 123	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
334.50/340.56	c 340	21232 (10%) CSP clauses are encoded (54069545 clauses, 1207377972 bytes)
509.96/517.95	c 518	42463 (20%) CSP clauses are encoded (76551588 clauses, 1773386583 bytes)
621.95/631.25	c 631	ERROR Exception Too large HOME/temp.cnf
621.95/631.25	c 631	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
621.95/631.25	c 631	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
621.95/631.25	c 631	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
621.95/631.25	s UNKNOWN
621.95/631.28	c 631	CPU 607.82 (0.04 0 607.78 14.24)
621.95/631.28	c 631	END Sat Jul  5 08:07:53 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 3.16 2.91 2.39 4/82 1915
/proc/meminfo: memFree=911584/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=18572 CPUtime=0
/proc/1915/stat : 1915 (runsolver) D 1913 1915 1210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002717178 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1915/statm: 4643 292 257 25 0 2626 0

[startup+0.0424601 s]
/proc/loadavg: 3.16 2.91 2.39 4/82 1915
/proc/meminfo: memFree=911584/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=12268 CPUtime=0
/proc/1915/stat : 1915 (sugar) R 1913 1915 1210 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2002717178 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1915/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101402 s]
/proc/loadavg: 3.16 2.91 2.39 4/82 1915
/proc/meminfo: memFree=911584/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=12272 CPUtime=0
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2002717178 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1915/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301426 s]
/proc/loadavg: 3.16 2.91 2.39 4/82 1915
/proc/meminfo: memFree=911584/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=0.03
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002717178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701464 s]
/proc/loadavg: 3.16 2.91 2.39 4/82 1915
/proc/meminfo: memFree=911584/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=0.03
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002717178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 3.16 2.91 2.39 3/93 1928
/proc/meminfo: memFree=880008/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=0.03
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2002717178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 796 370 3 0 500 0
[pid=1918] ppid=1915 vsize=5356 CPUtime=0
/proc/1918/stat : 1918 (sh) S 1915 1915 1210 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 2002717201 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1918/statm: 1339 233 193 169 0 50 0
[pid=1920] ppid=1918 vsize=864660 CPUtime=1.24
/proc/1920/stat : 1920 (java) S 1918 1915 1210 0 -1 0 14329 0 1 0 118 6 0 0 18 0 9 0 2002717201 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1920/statm: 216165 12374 2529 9 0 210747 0
[pid=1920/tid=1921] ppid=1918 vsize=864660 CPUtime=0.63
/proc/1920/task/1921/stat : 1921 (java) R 1918 1915 1210 0 -1 64 3025 0 1 0 61 2 0 0 24 0 9 0 2002717202 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1920/tid=1922] ppid=1918 vsize=864660 CPUtime=0.46
/proc/1920/task/1922/stat : 1922 (java) S 1918 1915 1210 0 -1 64 10089 0 0 0 43 3 0 0 17 0 9 0 2002717203 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1920/tid=1923] ppid=1918 vsize=864660 CPUtime=0
/proc/1920/task/1923/stat : 1923 (java) S 1918 1915 1210 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002717203 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1924] ppid=1918 vsize=864660 CPUtime=0
/proc/1920/task/1924/stat : 1924 (java) S 1918 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002717203 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1925] ppid=1918 vsize=864660 CPUtime=0
/proc/1920/task/1925/stat : 1925 (java) S 1918 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002717205 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1926] ppid=1918 vsize=864660 CPUtime=0.13
/proc/1920/task/1926/stat : 1926 (java) S 1918 1915 1210 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 2002717205 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1920/tid=1927] ppid=1918 vsize=864660 CPUtime=0
/proc/1920/task/1927/stat : 1927 (java) S 1918 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717205 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1928] ppid=1918 vsize=864660 CPUtime=0
/proc/1920/task/1928/stat : 1928 (java) S 1918 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717205 885411840 12374 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 883616

[startup+3.10268 s]
/proc/loadavg: 3.15 2.91 2.39 3/93 1939
/proc/meminfo: memFree=892040/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 15 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868420 CPUtime=1.31
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 9057 0 1 0 124 7 0 0 18 0 9 0 2002717353 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217105 8034 2543 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868420 CPUtime=0.83
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 2708 0 1 0 81 2 0 0 19 0 9 0 2002717354 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 102066881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868420 CPUtime=0.27
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 4197 0 0 0 25 2 0 0 16 0 9 0 2002717355 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002717355 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868420 CPUtime=0.17
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1455 0 0 0 17 0 0 0 16 0 9 0 2002717357 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889262080 8034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 887376

[startup+6.30295 s]
/proc/loadavg: 3.15 2.91 2.39 3/93 1939
/proc/meminfo: memFree=855240/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 15 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868420 CPUtime=4.48
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 10838 0 1 0 437 11 0 0 18 0 9 0 2002717353 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217105 9483 2542 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868420 CPUtime=3.65
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 3057 0 1 0 362 3 0 0 25 0 9 0 2002717354 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4126570578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868420 CPUtime=0.57
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 5601 0 0 0 52 5 0 0 16 0 9 0 2002717355 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868420 CPUtime=0.21
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1483 0 0 0 21 0 0 0 15 0 9 0 2002717357 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889262080 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 887376

[startup+12.7015 s]
/proc/loadavg: 3.04 2.90 2.39 3/93 1939
/proc/meminfo: memFree=813128/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868420 CPUtime=10.81
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 14778 0 1 0 1065 16 0 0 18 0 9 0 2002717353 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217105 12079 2541 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868420 CPUtime=9.34
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 3550 0 1 0 929 5 0 0 25 0 9 0 2002717354 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4126477350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868420 CPUtime=1.21
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 9037 0 0 0 112 9 0 0 16 0 9 0 2002717355 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868420 CPUtime=0.23
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1494 0 0 0 22 1 0 0 16 0 9 0 2002717357 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889262080 12079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887376

[startup+25.5027 s]
/proc/loadavg: 3.12 2.92 2.40 3/93 1939
/proc/meminfo: memFree=728968/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868420 CPUtime=23.47
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 22231 0 1 0 2319 28 0 0 18 0 9 0 2002717353 889262080 17776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217105 17776 2541 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868420 CPUtime=20.92
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 4264 0 1 0 2083 9 0 0 25 0 9 0 2002717354 889262080 17776 996147200 134512640 134550740 4294955952 18446744073709551615 4126566432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868420 CPUtime=2.28
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 15775 0 0 0 212 16 0 0 16 0 9 0 2002717355 889262080 17776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 17776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868420 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889262080 17776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+588.702 s]
/proc/loadavg: 2.69 3.02 2.73 4/92 1999
/proc/meminfo: memFree=16072/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868532 CPUtime=578.44
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 45969 0 1 0 56519 1325 0 0 18 0 9 0 2002717353 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217133 33043 2566 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868532 CPUtime=569.83
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 10439 0 1 0 55721 1262 0 0 25 0 9 0 2002717354 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868532 CPUtime=8.27
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 33292 0 0 0 766 61 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868532 CPUtime=0.32
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1541 0 0 0 31 1 0 0 16 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 887488

[startup+614.301 s]
/proc/loadavg: 2.79 3.02 2.74 4/92 1999
/proc/meminfo: memFree=16328/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868532 CPUtime=603.74
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 46169 0 1 0 58994 1380 0 0 18 0 9 0 2002717353 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217133 33043 2566 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868532 CPUtime=594.99
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 10639 0 1 0 58184 1315 0 0 25 0 9 0 2002717354 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4127066340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868532 CPUtime=8.4
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 33292 0 0 0 777 63 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868532 CPUtime=0.32
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1541 0 0 0 31 1 0 0 16 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 605.24
Current children cumulated vsize (KiB) 887488

[startup+627.103 s]
/proc/loadavg: 2.83 3.02 2.74 4/92 1999
/proc/meminfo: memFree=15688/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868532 CPUtime=616.4
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 46268 0 1 0 60236 1404 0 0 18 0 9 0 2002717353 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217133 33043 2566 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868532 CPUtime=607.59
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 10738 0 1 0 59421 1338 0 0 25 0 9 0 2002717354 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4126621590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868532 CPUtime=8.45
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 33292 0 0 0 782 63 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868532 CPUtime=0.32
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1541 0 0 0 31 1 0 0 16 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 617.9
Current children cumulated vsize (KiB) 887488

[startup+630.307 s]
/proc/loadavg: 2.83 3.02 2.74 4/92 1999
/proc/meminfo: memFree=16200/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=1.5
/proc/1915/stat : 1915 (sugar) S 1913 1915 1210 0 -1 4194304 974 14867 0 1 3 0 139 8 16 0 1 0 2002717178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1915/statm: 3400 797 370 3 0 500 0
[pid=1929] ppid=1915 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1915 1915 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002717353 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 233 193 169 0 50 0
[pid=1930] ppid=1929 vsize=868532 CPUtime=619.56
/proc/1930/stat : 1930 (java) S 1929 1915 1210 0 -1 0 46293 0 1 0 60545 1411 0 0 18 0 9 0 2002717353 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 217133 33043 2566 9 0 211680 0
[pid=1930/tid=1931] ppid=1929 vsize=868532 CPUtime=610.73
/proc/1930/task/1931/stat : 1931 (java) R 1929 1915 1210 0 -1 64 10763 0 1 0 59728 1345 0 0 25 0 9 0 2002717354 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4127067196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1932] ppid=1929 vsize=868532 CPUtime=8.47
/proc/1930/task/1932/stat : 1932 (java) S 1929 1915 1210 0 -1 64 33292 0 0 0 784 63 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1933] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1933/stat : 1933 (java) S 1929 1915 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1935] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1935/stat : 1935 (java) S 1929 1915 1210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002717355 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1936/stat : 1936 (java) S 1929 1915 1210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1929 vsize=868532 CPUtime=0.32
/proc/1930/task/1937/stat : 1937 (java) S 1929 1915 1210 0 -1 64 1541 0 0 0 31 1 0 0 16 0 9 0 2002717357 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1938] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1938/stat : 1938 (java) S 1929 1915 1210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1929 vsize=868532 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1929 1915 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002717358 889376768 33043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 621.06
Current children cumulated vsize (KiB) 887488

[startup+631.901 s]
/proc/loadavg: 2.83 3.02 2.74 2/82 1999
/proc/meminfo: memFree=138328/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=622.6
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 996 61466 0 2 4 54 60778 1424 19 0 1 0 2002717178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1915/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 622.6
Current children cumulated vsize (KiB) 13600

[startup+632.701 s]
/proc/loadavg: 2.77 3.00 2.74 2/82 1999
/proc/meminfo: memFree=1196312/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=622.63
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 996 61466 0 2 4 57 60778 1424 18 0 1 0 2002717178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1915/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 622.63
Current children cumulated vsize (KiB) 13600

[startup+633.101 s]
/proc/loadavg: 2.77 3.00 2.74 2/82 1999
/proc/meminfo: memFree=1196312/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=622.65
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 996 61466 0 2 4 59 60778 1424 18 0 1 0 2002717178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1915/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 622.65
Current children cumulated vsize (KiB) 13600

[startup+633.501 s]
/proc/loadavg: 2.77 3.00 2.74 3/82 1999
/proc/meminfo: memFree=1195864/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=622.67
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 996 61466 0 2 4 61 60778 1424 18 0 1 0 2002717178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1915/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 622.67
Current children cumulated vsize (KiB) 13600

[startup+633.606 s]
/proc/loadavg: 2.77 3.00 2.74 3/82 1999
/proc/meminfo: memFree=1195864/2055920 swapFree=4180688/4192956
[pid=1915] ppid=1913 vsize=13600 CPUtime=622.68
/proc/1915/stat : 1915 (sugar) D 1913 1915 1210 0 -1 4194304 996 61466 0 2 4 62 60778 1424 18 0 1 0 2002717178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1915/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 622.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 633.625
CPU time (s): 622.692
CPU user time (s): 607.823
CPU system time (s): 14.8697
CPU usage (%): 98.2746
Max. virtual memory (cumulated for all children) (KiB): 892504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.823
system time used= 14.8697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62492
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61576
involuntary context switches= 67333

runsolver used 0.829873 second user time and 2.15267 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 07:57:22
IDJOB=1086108
IDBENCH=57758
IDSOLVER=346
FILE ID=node41/1086108-1215237441
PBS_JOBID= 7881946
Free space on /tmp= 65128 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1669d08b906051cd43ecd2c2e0016764
RANDOM SEED=2009727015

node41.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.232
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.232
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:        912064 kB
Buffers:          3708 kB
Cached:         894276 kB
SwapCached:       6144 kB
Active:         778820 kB
Inactive:       286760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        912064 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:          157672 kB
Writeback:           0 kB
Mapped:         184596 kB
Slab:            63236 kB
Committed_AS:  3850164 kB
PageTables:       2172 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66148 MiB
End job on node41 at 2008-07-05 08:07:55