Trace number 2071939

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+picosatSAT 78.3811 80.6997

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-6_ext.xml
MD5SUMa797a3acf3e0d060958fe9edcfa2a904
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074987
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints10
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 01:36:39 2009
0.06/0.08	c 0	PID 17068
0.06/0.08	c 0	HOST node36.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071939-1247355399.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-2071939-1247355399.xml' 'HOME/temp.csp'
0.07/0.47	c 1	1 domains, 24 variables, 0 predicates, 2 relations, 10 constraints
0.07/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.60	c 1	Parsing HOME/temp.csp
0.45/0.83	c 1	parsed 37 expressions
0.45/0.83	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.83	c 1	Converting to clausal form CSP
0.45/0.85	c 1	converted 4 (10%) expressions
0.45/0.85	c 1	converted 8 (20%) expressions
0.45/0.85	c 1	converted 12 (30%) expressions
0.45/0.85	c 1	converted 15 (40%) expressions
0.45/0.85	c 1	converted 19 (50%) expressions
0.45/0.85	c 1	converted 23 (60%) expressions
0.45/0.91	c 1	converted 26 (70%) expressions
0.91/1.01	c 1	converted 30 (80%) expressions
1.11/1.22	c 1	converted 34 (90%) expressions
1.70/1.81	c 2	converted 37 (100%) expressions
1.70/1.81	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.70/1.81	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.81	c 2	Propagation in CSP
1.70/1.81	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.81	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.70/1.81	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.82	c 2	Simplifing CSP by introducing new Boolean variables
1.70/1.82	c 2	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
1.70/1.82	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.99	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.80/1.99	c 2	5 (20%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.80/2.00	c 2	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.80/2.00	c 2	10 (40%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.91/2.00	c 2	12 (50%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.91/2.00	c 2	15 (60%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.91/2.00	c 2	17 (70%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.91/2.00	c 2	20 (80%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.91/2.01	c 2	22 (90%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.91/2.01	c 2	24 (100%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.11/2.27	c 2	1 (10%) CSP clauses are encoded (7711 clauses, 214168 bytes)
2.30/2.49	c 3	2 (20%) CSP clauses are encoded (14846 clauses, 427799 bytes)
2.58/2.82	c 3	3 (30%) CSP clauses are encoded (21981 clauses, 641430 bytes)
2.78/3.04	c 3	4 (40%) CSP clauses are encoded (29116 clauses, 855314 bytes)
2.97/3.25	c 3	5 (50%) CSP clauses are encoded (36251 clauses, 1082474 bytes)
3.17/3.46	c 4	6 (60%) CSP clauses are encoded (43386 clauses, 1309634 bytes)
20.48/20.84	c 21	7 (70%) CSP clauses are encoded (119950 clauses, 4011409 bytes)
36.90/37.55	c 38	8 (80%) CSP clauses are encoded (196514 clauses, 7344156 bytes)
52.99/55.28	c 55	9 (90%) CSP clauses are encoded (273078 clauses, 10676903 bytes)
69.58/71.80	c 72	10 (100%) CSP clauses are encoded (349642 clauses, 14009650 bytes)
69.58/71.80	c 72	10 CSP clauses encoded
69.58/71.80	c 72	Writing map file : HOME/temp.map
69.58/71.80	c 72	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.58/71.80	c 72	SAT : 600 SAT variables, 349642 SAT clauses, 14009650 bytes
69.58/71.80	c 72	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.58/71.82	c 72	SOLVING HOME/temp.cnf
69.58/71.82	c 72	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
78.19/80.51	c 81	DECODING HOME/temp.out WITH HOME/temp.map
78.19/80.51	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
78.21/80.60	c 81	Decoding HOME/temp.out
78.21/80.64	s SATISFIABLE
78.21/80.64	v 14 15 19 0 13 19 11 0 0 6 4 17 11 8 6 20 11 0 0 13 18 4 11 12
78.21/80.65	c 81	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
78.21/80.69	c 81	CPU 78.34 (0.06 0.01 73.57 4.7)
78.21/80.69	c 81	END Sun Jul 12 01:38:00 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071939-1247355399/watcher-2071939-1247355399 -o /tmp/evaluation-result-2071939-1247355399/solver-2071939-1247355399 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071939-1247355399.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.05 2.06 4/83 17068
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=18576 CPUtime=0
/proc/17068/stat : 17068 (runsolver) R 17066 17068 16019 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22604581 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17068/statm: 4644 284 249 26 0 2626 0

[startup+0.084064 s]
/proc/loadavg: 2.05 2.05 2.06 4/83 17068
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16740 CPUtime=0.06
/proc/17068/stat : 17068 (sugar) R 17066 17068 16019 0 -1 4194304 1125 0 0 0 5 1 0 0 18 0 1 0 22604581 17141760 1093 996147200 4194304 4206940 548682068608 18446744073709551615 240916672466 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17068/statm: 4185 1093 392 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101994 s]
/proc/loadavg: 2.05 2.05 2.06 4/83 17068
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.07
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.303012 s]
/proc/loadavg: 2.05 2.05 2.06 4/83 17068
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.07
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701054 s]
/proc/loadavg: 2.05 2.05 2.06 4/83 17068
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1309 7082 0 1 6 1 33 5 15 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50113 s]
/proc/loadavg: 2.05 2.05 2.06 3/94 17090
/proc/meminfo: memFree=737576/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 16 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864352 CPUtime=0.96
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 10088 0 1 0 91 5 0 0 18 0 9 0 22604634 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216088 9157 2566 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864352 CPUtime=0.48
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 2767 0 1 0 47 1 0 0 23 0 9 0 22604635 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864352 CPUtime=0.4
/proc/17082/task/17084/stat : 17084 (java) R 17081 17068 16019 0 -1 64 6306 0 0 0 38 2 0 0 16 0 9 0 22604636 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864352 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22604636 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864352 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22604636 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864352 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864352 CPUtime=0.05
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22604638 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864352 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864352 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885096448 9157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886576

[startup+3.1023 s]
/proc/loadavg: 2.05 2.05 2.06 3/94 17090
/proc/meminfo: memFree=717992/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 15 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=2.42
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 11815 0 1 0 234 8 0 0 18 0 9 0 22604634 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 10692 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=1.48
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3039 0 1 0 144 4 0 0 20 0 9 0 22604635 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 102093226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=0.83
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 7737 0 0 0 80 3 0 0 16 0 9 0 22604636 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22604636 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.08
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22604638 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 10692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 886688

[startup+6.3026 s]
/proc/loadavg: 2.04 2.05 2.06 3/94 17090
/proc/meminfo: memFree=712296/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 15 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=5.6
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 12876 0 1 0 551 9 0 0 18 0 9 0 22604634 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 11721 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=4.61
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3071 0 1 0 457 4 0 0 25 0 9 0 22604635 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4126573157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=0.89
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 8766 0 0 0 85 4 0 0 16 0 9 0 22604636 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22604636 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.08
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22604638 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 11721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 886688

[startup+12.7022 s]
/proc/loadavg: 2.04 2.05 2.06 3/94 17090
/proc/meminfo: memFree=708648/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 15 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=11.97
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 14088 0 1 0 1186 11 0 0 18 0 9 0 22604634 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 12900 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=10.9
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3104 0 1 0 1086 4 0 0 25 0 9 0 22604635 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4126573173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=0.96
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 9945 0 0 0 91 5 0 0 16 0 9 0 22604636 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22604636 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.08
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22604638 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) R 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 12900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 886688

[startup+25.5025 s]
/proc/loadavg: 2.03 2.04 2.06 3/95 17091
/proc/meminfo: memFree=699296/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 16 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=24.7
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 18147 0 1 0 2453 17 0 0 18 0 9 0 22604634 885211136 14229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 14229 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=23.27
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3196 0 1 0 2320 7 0 0 25 0 9 0 22604635 885211136 14229 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=1.31
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 13911 0 0 0 123 8 0 0 16 0 9 0 22604636 885211136 14229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22604636 885211136 14229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0

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

/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=48.51
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 20872 0 1 0 4828 23 0 0 18 0 9 0 22604634 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 14234 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=46.68
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3355 0 1 0 4657 11 0 0 25 0 9 0 22604635 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4126573079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=1.72
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 16472 0 0 0 161 11 0 0 16 0 9 0 22604636 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.09
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 22604638 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 14234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 886688

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

[startup+63.9024 s]
/proc/loadavg: 2.31 2.12 2.08 3/94 17197
/proc/meminfo: memFree=652432/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 16 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=61.24
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 23563 0 1 0 6095 29 0 0 18 0 9 0 22604634 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 14266 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=59
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3453 0 1 0 5886 14 0 0 25 0 9 0 22604635 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4126615655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=2.11
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 19065 0 0 0 198 13 0 0 16 0 9 0 22604636 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.09
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 22604638 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 14266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.69
Current children cumulated vsize (KiB) 886688

[startup+70.302 s]
/proc/loadavg: 2.27 2.11 2.08 3/94 17197
/proc/meminfo: memFree=652176/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=0.45
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1310 7082 0 1 6 1 33 5 16 0 1 0 22604581 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1111 409 3 0 796 0
[pid=17081] ppid=17068 vsize=5356 CPUtime=0
/proc/17081/stat : 17081 (sh) S 17068 17068 16019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22604633 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17081/statm: 1339 233 193 169 0 50 0
[pid=17082] ppid=17081 vsize=864464 CPUtime=67.64
/proc/17082/stat : 17082 (java) S 17081 17068 16019 0 -1 0 23595 0 1 0 6734 30 0 0 18 0 9 0 22604634 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17082/statm: 216116 14274 2590 9 0 210593 0
[pid=17082/tid=17083] ppid=17081 vsize=864464 CPUtime=65.36
/proc/17082/task/17083/stat : 17083 (java) R 17081 17068 16019 0 -1 64 3477 0 1 0 6521 15 0 0 25 0 9 0 22604635 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17084] ppid=17081 vsize=864464 CPUtime=2.16
/proc/17082/task/17084/stat : 17084 (java) S 17081 17068 16019 0 -1 64 19073 0 0 0 203 13 0 0 16 0 9 0 22604636 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17085] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17085/stat : 17085 (java) S 17081 17068 16019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17086] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17086/stat : 17086 (java) S 17081 17068 16019 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22604636 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17087] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17087/stat : 17087 (java) S 17081 17068 16019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22604638 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17088] ppid=17081 vsize=864464 CPUtime=0.09
/proc/17082/task/17088/stat : 17088 (java) S 17081 17068 16019 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 22604638 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17082/tid=17089] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17089/stat : 17089 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22604638 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17082/tid=17090] ppid=17081 vsize=864464 CPUtime=0
/proc/17082/task/17090/stat : 17090 (java) S 17081 17068 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22604638 885211136 14274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.09
Current children cumulated vsize (KiB) 886688

[startup+76.7026 s]
/proc/loadavg: 2.24 2.11 2.08 3/86 17199
/proc/meminfo: memFree=686096/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=69.61
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1364 31024 0 2 6 1 6915 39 16 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
[pid=17198] ppid=17068 vsize=5356 CPUtime=0
/proc/17198/stat : 17198 (sh) S 17068 17068 16019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22611763 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17198/statm: 1339 232 193 169 0 50 0
[pid=17199] ppid=17198 vsize=12556 CPUtime=4.81
/proc/17199/stat : 17199 (picosat) R 17198 17068 16019 0 -1 4194304 3036 0 0 0 227 254 0 0 25 0 1 0 22611764 12857344 3022 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17199/statm: 3139 3022 40 102 0 3034 0
Current children cumulated CPU time (s) 74.42
Current children cumulated vsize (KiB) 34780

[startup+78.3018 s]
/proc/loadavg: 2.24 2.11 2.08 3/86 17199
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=69.61
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1364 31024 0 2 6 1 6915 39 16 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
[pid=17198] ppid=17068 vsize=5356 CPUtime=0
/proc/17198/stat : 17198 (sh) S 17068 17068 16019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22611763 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17198/statm: 1339 232 193 169 0 50 0
[pid=17199] ppid=17198 vsize=17144 CPUtime=6.4
/proc/17199/stat : 17199 (picosat) R 17198 17068 16019 0 -1 4194304 3985 0 0 0 302 338 0 0 25 0 1 0 22611764 17555456 3971 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17199/statm: 4286 3971 40 102 0 4181 0
Current children cumulated CPU time (s) 76.01
Current children cumulated vsize (KiB) 39368

[startup+79.9019 s]
/proc/loadavg: 2.24 2.11 2.08 3/86 17199
/proc/meminfo: memFree=678352/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=69.61
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1364 31024 0 2 6 1 6915 39 16 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
[pid=17198] ppid=17068 vsize=5356 CPUtime=0
/proc/17198/stat : 17198 (sh) S 17068 17068 16019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22611763 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17198/statm: 1339 232 193 169 0 50 0
[pid=17199] ppid=17198 vsize=20708 CPUtime=7.98
/proc/17199/stat : 17199 (picosat) R 17198 17068 16019 0 -1 4194304 4934 0 0 0 375 423 0 0 25 0 1 0 22611764 21204992 4920 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17199/statm: 5177 4920 40 102 0 5072 0
Current children cumulated CPU time (s) 77.59
Current children cumulated vsize (KiB) 42932

[startup+80.307 s]
/proc/loadavg: 2.22 2.11 2.08 3/86 17199
/proc/meminfo: memFree=676240/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=69.61
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1364 31024 0 2 6 1 6915 39 16 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
[pid=17198] ppid=17068 vsize=5356 CPUtime=0
/proc/17198/stat : 17198 (sh) S 17068 17068 16019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22611763 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17198/statm: 1339 232 193 169 0 50 0
[pid=17199] ppid=17198 vsize=20840 CPUtime=8.38
/proc/17199/stat : 17199 (picosat) R 17198 17068 16019 0 -1 4194304 4989 0 0 0 411 427 0 0 25 0 1 0 22611764 21340160 4975 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17199/statm: 5210 4975 42 102 0 5105 0
Current children cumulated CPU time (s) 77.99
Current children cumulated vsize (KiB) 43064

[startup+80.502 s]
/proc/loadavg: 2.22 2.11 2.08 3/86 17199
/proc/meminfo: memFree=676240/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=69.61
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1364 31024 0 2 6 1 6915 39 16 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
[pid=17198] ppid=17068 vsize=5356 CPUtime=0
/proc/17198/stat : 17198 (sh) S 17068 17068 16019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22611763 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17198/statm: 1339 232 193 169 0 50 0
[pid=17199] ppid=17198 vsize=20844 CPUtime=8.58
/proc/17199/stat : 17199 (picosat) R 17198 17068 16019 0 -1 4194304 4996 0 0 0 431 427 0 0 25 0 1 0 22611764 21344256 4982 996147200 134512640 134931368 4294956256 18446744073709551615 134533652 0 0 4096 0 0 0 0 17 1 0 0
/proc/17199/statm: 5211 4982 47 102 0 5106 0
Current children cumulated CPU time (s) 78.19
Current children cumulated vsize (KiB) 43068

[startup+80.602 s]
/proc/loadavg: 2.22 2.11 2.08 3/86 17199
/proc/meminfo: memFree=676240/2055920 swapFree=4192956/4192956
[pid=17068] ppid=17066 vsize=16868 CPUtime=78.21
/proc/17068/stat : 17068 (sugar) S 17066 17068 16019 0 -1 4194304 1425 36306 0 2 6 1 7347 467 17 0 1 0 22604581 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17068/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 78.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 80.6997
CPU time (s): 78.3811
CPU user time (s): 73.6448
CPU system time (s): 4.73628
CPU usage (%): 97.1269
Max. virtual memory (cumulated for all children) (KiB): 893352

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

runsolver used 0.12898 second user time and 0.294955 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 01:36:39
IDJOB=2071939
IDBENCH=55555
IDSOLVER=738
FILE ID=node36/2071939-1247355399
PBS_JOBID= 9506812
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg4-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071939-1247355399/watcher-2071939-1247355399 -o /tmp/evaluation-result-2071939-1247355399/solver-2071939-1247355399 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071939-1247355399.xml

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

MD5SUM BENCH= a797a3acf3e0d060958fe9edcfa2a904
RANDOM SEED=2023947556

node36.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.238
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.238
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:        754784 kB
Buffers:         63804 kB
Cached:         473872 kB
SwapCached:          0 kB
Active:         745176 kB
Inactive:       489740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        754784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:         712888 kB
Slab:            50012 kB
Committed_AS:   850072 kB
PageTables:       3284 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= 66388 MiB
End job on node36 at 2009-07-12 01:38:00