Trace number 2083083

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 319.961 332.78

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-10.xml
MD5SUM8ae74589310914004d3bf891f899393f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.8804
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:30:57 2009
0.00/0.08	c 0	PID 24953
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083083-1247376657.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083083-1247376657.xml' 'HOME/temp.csp'
2.15/2.30	c 3	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.24/2.35	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.24/2.35	c 3	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'
2.26/2.43	c 3	Parsing HOME/temp.csp
2.26/2.60	c 3	parsed 10000 expressions
2.26/2.75	c 3	parsed 20000 expressions
2.26/2.92	c 3	parsed 30000 expressions
2.26/3.07	c 3	parsed 36052 expressions
2.26/3.08	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.26/3.08	c 3	Converting to clausal form CSP
3.77/3.97	c 4	converted 3606 (10%) expressions
7.14/7.38	c 8	converted 7211 (20%) expressions
10.50/10.73	c 11	converted 10816 (30%) expressions
13.87/14.12	c 14	converted 14421 (40%) expressions
16.84/17.12	c 17	converted 18026 (50%) expressions
19.70/20.05	c 20	converted 21632 (60%) expressions
23.27/23.64	c 24	converted 25237 (70%) expressions
26.05/26.47	c 27	converted 28842 (80%) expressions
28.62/29.09	c 29	converted 32447 (90%) expressions
31.10/31.52	c 32	converted 36052 (100%) expressions
31.10/31.53	c 32	CSP : 13207 integers, 91836 booleans, 219740 clauses, largest domain size 2641
31.10/31.53	c 32	Heap : 150 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.10/31.53	c 32	Propagation in CSP
34.56/35.02	c 35	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.56/35.03	c 35	CSP : 13207 integers, 91836 booleans, 219740 clauses, largest domain size 2641
34.56/35.03	c 35	Heap : 150 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.56/35.09	c 35	Simplifing CSP by introducing new Boolean variables
35.15/35.61	c 36	CSP : 13207 integers, 177160 booleans, 305064 clauses, largest domain size 2641
35.15/35.61	c 36	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.25/36.73	c 37	Encoding CSP to SAT : HOME/temp.cnf
40.21/40.72	c 41	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
44.16/44.71	c 45	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
48.03/48.62	c 49	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
52.06/52.73	c 53	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
56.19/56.96	c 57	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
60.49/61.39	c 62	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
64.93/65.92	c 66	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
69.24/70.39	c 71	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
73.71/74.92	c 75	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
77.99/79.37	c 80	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
100.27/102.19	c 102	30507 (10%) CSP clauses are encoded (33676531 clauses, 737241222 bytes)
123.80/126.38	c 127	61013 (20%) CSP clauses are encoded (42436845 clauses, 980071900 bytes)
147.78/151.06	c 151	91520 (30%) CSP clauses are encoded (51234323 clauses, 1224671428 bytes)
171.65/175.71	c 176	122026 (40%) CSP clauses are encoded (60016576 clauses, 1480553373 bytes)
195.97/200.85	c 201	152532 (50%) CSP clauses are encoded (69046180 clauses, 1748656783 bytes)
220.53/226.44	c 227	183039 (60%) CSP clauses are encoded (78215248 clauses, 2020983379 bytes)
245.04/251.91	c 252	213545 (70%) CSP clauses are encoded (87299790 clauses, 2291039902 bytes)
269.61/277.32	c 278	244052 (80%) CSP clauses are encoded (96525488 clauses, 2565791174 bytes)
294.36/303.02	c 303	274558 (90%) CSP clauses are encoded (105978382 clauses, 2847427098 bytes)
318.63/328.23	c 328	305064 (100%) CSP clauses are encoded (115448892 clauses, 3131099237 bytes)
318.63/328.23	c 328	305064 CSP clauses encoded
318.68/328.39	c 329	Writing map file : HOME/temp.map
318.82/330.03	c 330	Heap : 155 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.82/330.03	c 330	SAT : 25744160 SAT variables, 115448892 SAT clauses, 3131099237 bytes
318.82/330.03	c 330	Heap : 155 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
318.86/330.14	c 330	SOLVING HOME/temp.cnf
318.86/330.14	c 330	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
318.91/330.32	c 331	This is MiniSat 2.0 beta
318.91/330.32	c 331	WARNING: for repeatability, setting FPU to use double precision
318.91/330.32	c 331	ERROR! Could not open file: HOME/temp.cnf
318.91/330.32	c 331	DECODING HOME/temp.out WITH HOME/temp.map
318.91/330.32	c ERROR no output file HOME/temp.out
318.91/330.32	s UNKNOWN
318.91/330.33	c 331	CPU 318.91 (0.06 0.02 299.31 19.52)
318.91/330.33	c 331	END Sun Jul 12 07:36:28 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-2083083-1247376657/watcher-2083083-1247376657 -o /tmp/evaluation-result-2083083-1247376657/solver-2083083-1247376657 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083083-1247376657.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: 1.97 2.00 2.00 4/81 24953
/proc/meminfo: memFree=1714968/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=12268 CPUtime=0
/proc/24953/stat : 24953 (sugar) R 24951 24953 23634 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24732580 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24953/statm: 3067 316 241 3 0 167 0

[startup+0.0818431 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 24953
/proc/meminfo: memFree=1714968/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16740 CPUtime=0.06
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24732580 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101877 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 24953
/proc/meminfo: memFree=1714968/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=0.07
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301815 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 24953
/proc/meminfo: memFree=1714968/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=0.07
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701703 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 24953
/proc/meminfo: memFree=1714968/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=0.07
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 1.97 2.00 2.00 4/92 24965
/proc/meminfo: memFree=1685888/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=0.07
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24956] ppid=24953 vsize=5356 CPUtime=0
/proc/24956/stat : 24956 (sh) S 24953 24953 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24732589 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24956/statm: 1339 233 193 169 0 50 0
[pid=24957] ppid=24956 vsize=864776 CPUtime=1.38
/proc/24957/stat : 24957 (java) S 24956 24953 23634 0 -1 0 15868 0 1 0 130 8 0 0 18 0 9 0 24732589 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24957/statm: 216194 13905 2556 9 0 210706 0
[pid=24957/tid=24958] ppid=24956 vsize=864776 CPUtime=0.79
/proc/24957/task/24958/stat : 24958 (java) R 24956 24953 23634 0 -1 64 3071 0 1 0 77 2 0 0 24 0 9 0 24732590 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4126677333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24959] ppid=24956 vsize=864776 CPUtime=0.45
/proc/24957/task/24959/stat : 24959 (java) S 24956 24953 23634 0 -1 64 11580 0 0 0 41 4 0 0 16 0 9 0 24732591 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24960] ppid=24956 vsize=864776 CPUtime=0
/proc/24957/task/24960/stat : 24960 (java) S 24956 24953 23634 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24732591 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24961] ppid=24956 vsize=864776 CPUtime=0
/proc/24957/task/24961/stat : 24961 (java) S 24956 24953 23634 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24732591 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24962] ppid=24956 vsize=864776 CPUtime=0
/proc/24957/task/24962/stat : 24962 (java) S 24956 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732594 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24963] ppid=24956 vsize=864776 CPUtime=0.11
/proc/24957/task/24963/stat : 24963 (java) S 24956 24953 23634 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24732594 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24964] ppid=24956 vsize=864776 CPUtime=0
/proc/24957/task/24964/stat : 24964 (java) S 24956 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732594 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24957/tid=24965] ppid=24956 vsize=864776 CPUtime=0
/proc/24957/task/24965/stat : 24965 (java) S 24956 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24732594 885530624 13905 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10102 s]
/proc/loadavg: 1.97 2.00 2.00 3/92 24965
/proc/meminfo: memFree=1656448/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1309 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3021 s]
/proc/loadavg: 1.97 2.00 2.00 3/92 24975
/proc/meminfo: memFree=1673088/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1309 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868636 CPUtime=3.88
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 14257 0 1 0 380 8 0 0 19 0 9 0 24732816 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217159 12805 2567 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868636 CPUtime=2.95
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 3022 0 1 0 294 1 0 0 25 0 9 0 24732816 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4126448544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868636 CPUtime=0.71
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 9030 0 0 0 66 5 0 0 16 0 9 0 24732818 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868636 CPUtime=0.21
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1503 0 0 0 20 1 0 0 16 0 9 0 24732820 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889483264 12805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890860

[startup+12.7013 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 24975
/proc/meminfo: memFree=1639040/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1309 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868636 CPUtime=10.22
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 26178 0 1 0 1007 15 0 0 19 0 9 0 24732816 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217159 21008 2568 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868636 CPUtime=8.39
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 3504 0 1 0 837 2 0 0 25 0 9 0 24732816 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4126585446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868636 CPUtime=1.59
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 20466 0 0 0 148 11 0 0 16 0 9 0 24732818 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868636 CPUtime=0.21
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1506 0 0 0 20 1 0 0 15 0 9 0 24732820 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889483264 21008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890860

[startup+25.5026 s]
/proc/loadavg: 2.19 2.05 2.01 3/92 24975
/proc/meminfo: memFree=1570048/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1309 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868636 CPUtime=22.89
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 52001 0 1 0 2261 28 0 0 19 0 9 0 24732816 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217159 37837 2569 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868636 CPUtime=18.7
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 4894 0 1 0 1867 3 0 0 25 0 9 0 24732816 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4126508874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868636 CPUtime=3.93
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 44895 0 0 0 371 22 0 0 16 0 9 0 24732818 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868636 CPUtime=0.22
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1510 0 0 0 21 1 0 0 16 0 9 0 24732820 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868636 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889483264 37837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890860

[startup+51.1022 s]
/proc/loadavg: 2.12 2.04 2.01 3/92 24975
/proc/meminfo: memFree=1426048/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1310 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868748 CPUtime=48.21
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 68088 0 1 0 4735 86 0 0 19 0 9 0 24732816 889597952 53197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=24967/tid=24973] ppid=24966 vsize=868748 CPUtime=0.32
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1556 0 0 0 31 1 0 0 16 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 274.3
Current children cumulated vsize (KiB) 890972

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

[startup+307.103 s]
/proc/loadavg: 2.75 2.31 2.11 3/92 24975
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1310 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868748 CPUtime=296.08
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 71489 0 1 0 27815 1793 0 0 19 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217187 53212 2593 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868748 CPUtime=286.26
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 8984 0 1 0 26896 1730 0 0 25 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4126454790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868748 CPUtime=9.47
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 60247 0 0 0 887 60 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868748 CPUtime=0.32
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1556 0 0 0 31 1 0 0 16 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 298.34
Current children cumulated vsize (KiB) 890972

[startup+319.902 s]
/proc/loadavg: 2.79 2.33 2.12 3/92 24975
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1310 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868748 CPUtime=308.35
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 71658 0 1 0 28958 1877 0 0 19 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217187 53212 2593 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868748 CPUtime=298.37
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 9153 0 1 0 28024 1813 0 0 25 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4127077206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868748 CPUtime=9.63
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 60247 0 0 0 902 61 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868748 CPUtime=0.32
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1556 0 0 0 31 1 0 0 16 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.61
Current children cumulated vsize (KiB) 890972

[startup+326.302 s]
/proc/loadavg: 2.82 2.35 2.13 3/92 24975
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1310 19596 0 1 5 2 207 12 16 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868748 CPUtime=314.56
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 71745 0 1 0 29535 1921 0 0 19 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217187 53212 2593 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868748 CPUtime=304.49
/proc/24967/task/24968/stat : 24968 (java) R 24966 24953 23634 0 -1 64 9240 0 1 0 28593 1856 0 0 25 0 9 0 24732816 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 102093967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868748 CPUtime=9.71
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 60247 0 0 0 909 62 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868748 CPUtime=0.32
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1556 0 0 0 31 1 0 0 16 0 9 0 24732820 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889597952 53212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.82
Current children cumulated vsize (KiB) 890972

[startup+329.501 s]
/proc/loadavg: 2.82 2.35 2.13 2/92 24975
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=2.26
/proc/24953/stat : 24953 (sugar) S 24951 24953 23634 0 -1 4194304 1310 19596 0 1 5 2 207 12 15 0 1 0 24732580 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24953/statm: 4217 1111 409 3 0 796 0
[pid=24966] ppid=24953 vsize=5356 CPUtime=0
/proc/24966/stat : 24966 (sh) S 24953 24953 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24732815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24966/statm: 1339 233 193 169 0 50 0
[pid=24967] ppid=24966 vsize=868748 CPUtime=316.44
/proc/24967/stat : 24967 (java) S 24966 24953 23634 0 -1 0 71781 0 1 0 29710 1934 0 0 19 0 9 0 24732816 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24967/statm: 217187 53218 2593 9 0 211664 0
[pid=24967/tid=24968] ppid=24966 vsize=868748 CPUtime=306.35
/proc/24967/task/24968/stat : 24968 (java) D 24966 24953 23634 0 -1 64 9273 0 1 0 28766 1869 0 0 18 0 9 0 24732816 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=24967/tid=24969] ppid=24966 vsize=868748 CPUtime=9.73
/proc/24967/task/24969/stat : 24969 (java) S 24966 24953 23634 0 -1 64 60247 0 0 0 911 62 0 0 16 0 9 0 24732818 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24970] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24970/stat : 24970 (java) S 24966 24953 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24971] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24971/stat : 24971 (java) S 24966 24953 23634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24732818 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24972] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24972/stat : 24972 (java) S 24966 24953 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24732820 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24973] ppid=24966 vsize=868748 CPUtime=0.32
/proc/24967/task/24973/stat : 24973 (java) S 24966 24953 23634 0 -1 64 1559 0 0 0 31 1 0 0 16 0 9 0 24732820 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24974] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24974/stat : 24974 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24732821 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24967/tid=24975] ppid=24966 vsize=868748 CPUtime=0
/proc/24967/task/24975/stat : 24975 (java) S 24966 24953 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24732821 889597952 53218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.7
Current children cumulated vsize (KiB) 890972

[startup+331.107 s]
/proc/loadavg: 2.83 2.37 2.13 3/82 24977
/proc/meminfo: memFree=1631824/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=319.68
/proc/24953/stat : 24953 (sugar) R 24951 24953 23634 0 -1 4194304 1419 92041 0 10 7 78 29931 1952 22 0 1 0 24732580 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24953/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.68
Current children cumulated vsize (KiB) 16868

[startup+331.902 s]
/proc/loadavg: 2.83 2.37 2.13 3/82 24977
/proc/meminfo: memFree=1631824/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=319.88
/proc/24953/stat : 24953 (sugar) D 24951 24953 23634 0 -1 4194304 1419 92041 0 10 7 98 29931 1952 18 0 1 0 24732580 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24953/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.88
Current children cumulated vsize (KiB) 16868

[startup+332.301 s]
/proc/loadavg: 2.83 2.37 2.13 2/82 24977
/proc/meminfo: memFree=1927696/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=319.92
/proc/24953/stat : 24953 (sugar) D 24951 24953 23634 0 -1 4194304 1419 92041 0 10 7 102 29931 1952 18 0 1 0 24732580 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24953/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.92
Current children cumulated vsize (KiB) 16868

[startup+332.701 s]
/proc/loadavg: 2.83 2.37 2.13 2/82 24977
/proc/meminfo: memFree=1927696/2055920 swapFree=4192812/4192956
[pid=24953] ppid=24951 vsize=16868 CPUtime=319.94
/proc/24953/stat : 24953 (sugar) D 24951 24953 23634 0 -1 4194304 1419 92041 0 10 7 104 29931 1952 18 0 1 0 24732580 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24953/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 319.94
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 332.78
CPU time (s): 319.961
CPU user time (s): 299.387
CPU system time (s): 20.5739
CPU usage (%): 96.148
Max. virtual memory (cumulated for all children) (KiB): 901108

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

runsolver used 0.409937 second user time and 1.20282 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 07:30:57
IDJOB=2083083
IDBENCH=57700
IDSOLVER=739
FILE ID=node16/2083083-1247376657
PBS_JOBID= 9507112
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 8ae74589310914004d3bf891f899393f
RANDOM SEED=560419128

node16.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.231
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.231
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:       1715448 kB
Buffers:         65204 kB
Cached:         174768 kB
SwapCached:          0 kB
Active:         186324 kB
Inactive:        90700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5952 kB
Writeback:           0 kB
Mapped:          57368 kB
Slab:            48536 kB
Committed_AS:   210396 kB
PageTables:       1948 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= 66456 MiB
End job on node16 at 2009-07-12 07:36:30