Trace number 2063975

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 156.986 158.719

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark116.03
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 19:31:16 2009
0.05/0.08	c 0	PID 18152
0.05/0.08	c 0	HOST node44.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2063975-1247333476.xml TO HOME/temp.csp
0.05/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-2063975-1247333476.xml' 'HOME/temp.csp'
2.44/2.58	c 3	451 domains, 800 variables, 1 predicates, 0 relations, 39827 constraints
2.53/2.65	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/2.65	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.54/2.72	c 3	Parsing HOME/temp.csp
2.54/3.04	c 3	parsed 10000 expressions
3.07/3.24	c 4	parsed 20000 expressions
3.17/3.35	c 4	parsed 30000 expressions
3.37/3.52	c 4	parsed 40000 expressions
3.37/3.54	c 4	parsed 41079 expressions
3.37/3.55	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.37/3.55	c 4	Converting to clausal form CSP
5.25/5.50	c 6	converted 4108 (10%) expressions
7.82/8.04	c 8	converted 8216 (20%) expressions
10.69/10.91	c 11	converted 12324 (30%) expressions
13.57/13.86	c 14	converted 16432 (40%) expressions
15.95/16.26	c 17	converted 20540 (50%) expressions
18.21/18.55	c 19	converted 24648 (60%) expressions
21.69/22.02	c 22	converted 28756 (70%) expressions
24.05/24.46	c 25	converted 32864 (80%) expressions
26.33/26.75	c 27	converted 36972 (90%) expressions
68.13/68.96	c 69	converted 41079 (100%) expressions
68.13/68.96	c 69	CSP : 800 integers, 0 booleans, 102458 clauses, largest domain size 36
68.13/68.96	c 69	Heap : 552 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
68.13/68.96	c 69	Propagation in CSP
74.18/75.07	c 75	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
74.18/75.07	c 75	CSP : 800 integers, 0 booleans, 102458 clauses, largest domain size 36
74.18/75.07	c 75	Heap : 535 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
74.28/75.18	c 75	Simplifing CSP by introducing new Boolean variables
75.37/76.22	c 76	CSP : 800 integers, 280295 booleans, 382753 clauses, largest domain size 36
75.37/76.22	c 76	Heap : 624 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
78.73/79.69	c 80	Encoding CSP to SAT : HOME/temp.cnf
78.83/79.79	c 80	80 (10%) CSP integer variables are encoded (1892 clauses, 22533 bytes)
78.83/79.80	c 80	160 (20%) CSP integer variables are encoded (3791 clauses, 47220 bytes)
78.93/79.81	c 80	240 (30%) CSP integer variables are encoded (5666 clauses, 71595 bytes)
78.93/79.82	c 80	320 (40%) CSP integer variables are encoded (7501 clauses, 95450 bytes)
78.93/79.82	c 80	400 (50%) CSP integer variables are encoded (9376 clauses, 119825 bytes)
78.93/79.83	c 80	480 (60%) CSP integer variables are encoded (9832 clauses, 126284 bytes)
78.93/79.83	c 80	560 (70%) CSP integer variables are encoded (10221 clauses, 132119 bytes)
78.93/79.83	c 80	640 (80%) CSP integer variables are encoded (10629 clauses, 138239 bytes)
78.93/79.83	c 80	720 (90%) CSP integer variables are encoded (11195 clauses, 146729 bytes)
78.93/79.83	c 80	800 (100%) CSP integer variables are encoded (11680 clauses, 154004 bytes)
81.01/81.96	c 82	38276 (10%) CSP clauses are encoded (457536 clauses, 8541654 bytes)
82.99/83.96	c 84	76551 (20%) CSP clauses are encoded (898861 clauses, 17290367 bytes)
84.95/85.99	c 86	114826 (30%) CSP clauses are encoded (1337053 clauses, 26018588 bytes)
87.03/88.05	c 88	153102 (40%) CSP clauses are encoded (1783475 clauses, 35343341 bytes)
89.11/90.13	c 90	191377 (50%) CSP clauses are encoded (2233901 clauses, 44756218 bytes)
91.67/92.72	c 93	229652 (60%) CSP clauses are encoded (2823791 clauses, 56725885 bytes)
94.24/95.39	c 96	267928 (70%) CSP clauses are encoded (3432275 clauses, 69096993 bytes)
96.91/98.08	c 98	306203 (80%) CSP clauses are encoded (4046020 clauses, 81590586 bytes)
99.58/100.76	c 101	344478 (90%) CSP clauses are encoded (4659404 clauses, 94057601 bytes)
102.26/103.42	c 104	382753 (100%) CSP clauses are encoded (5267957 clauses, 106472796 bytes)
102.26/103.42	c 104	382753 CSP clauses encoded
102.26/103.42	c 104	Writing map file : HOME/temp.map
102.26/103.47	c 104	Heap : 611 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
102.26/103.47	c 104	SAT : 292696 SAT variables, 5267957 SAT clauses, 106472796 bytes
102.26/103.47	c 104	Heap : 611 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
102.34/103.59	c 104	SOLVING HOME/temp.cnf
102.34/103.59	c 104	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
156.25/158.07	c 158	DECODING HOME/temp.out WITH HOME/temp.map
156.25/158.07	c 158	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'
156.34/158.16	c 158	Decoding HOME/temp.out
156.85/158.60	s SATISFIABLE
156.85/158.63	v 25 10 29 44 1 3 26 19 20 40 28 26 3 26 26 4 28 5 14 18 14 0 1 43 13 35 11 8 15 13 41 22 30 25 13 9 24 12 27 5 36 1 30 42 29 39 27 33 31 5 8 24 39 18 43 10 21 6 5 8 10 4 39 32 34 25 8 2 43 44 17 25 9 25 38 16 41 17 32 9 7 40 5 11 23 15 10 17 36 31 7 21 23 22 7 29 13 39 39 33 35 37 13 31 12 27 44 10 40 23 8 12 41 4 12 43 11 8 42 38 14 24 34 6 5 8 39 43 16 20 5 21 9 13 21 3 20 24 9 4 6 43 16 16 16 27 17 17 22 36 38 6 25 17 34 3 30 15 22 20 38 7 4 4 6 9 26 35 44 34 11 18 16 43 26 32 37 20 3 17 21 24 35 34 41 5 40 10 11 38 8 16 18 19 9 23 3 18 0 18 44 8 16 29 11 40 1 0 22 42 27 8 7 17 11 17 28 15 28 28 26 17 20 17 11 14 28 39 19 34 40 23 10 0 8 14 21 7 35 28 21 22 9 6 24 3 1 23 25 8 36 25 24 30 19 2 15 32 2 36 37 32 21 18 42 7 16 19 27 35 20 34 31 14 24 33 23 36 30 31 35 33 2 17 31 19 35 19 41 10 29 4 32 2 13 15 15 9 35 0 27 7 38 4 26 15 37 43 12 33 42 44 9 9 2 42 1 6 22 38 21 5 12 18 39 29 38 18 12 10 35 30 40 28 33 16 0 34 17 29 25 32 3 21 20 23 31 4 22 9 35 33 2 33 26 41 33 12 43 7 2 20 20 22 13 41 32 34 40 37 14 5 29 13 14 41 36 33 27 0 42 37 6 42 29 30 24 31 16 2 0 37 22 44 37 20 1 31 44 31 17 14 14 10 7 18 11 8 19 13 16 13 17 1 12 13 14 14 15 15 18 14 18 15 18 15 15 16 16 12 8 3 18 11 17 1 16 14 13 1 13 15 15 18 18 19 17 19 14 15 1 15 11 12 16 16 15 19 18 15 18 16 15 19 13 12 6 15 19 19 18 16 18 4 14 14 18 8 8 16 10 19 16 4 15 13 11 13 4 1 12 8 12 13 17 17 7 3 12 10 4 19 6 10 4 7 18 9 11 6 4 13 17 17 1 18 16 12 19 19 14 19 18 14 13 18 17 11 12 13 17 11 15 11 17 19 8 17 13 14 5 4 19 16 10 6 11 17 12 10 18 3 6 19 17 10 7 17 18 18 17 8 11 8 18 14 6 14 16 15 14 4 13 17 19 17 15 14 9 3 10 13 18 7 13 12 18 7 10 16 17 18 14 18 10 3 7 3 17 11 1 19 17 19 19 4 14 11 17 17 3 11 4 16 13 15 18 12 17 12 3 6 17 12 3 19 8 14 17 11 16 8 6 4 10 13 19 15 7 4 13 11 19 17 12 6 11 5 19 3 11 5 4 13 15 10 8 15 11 14 12 7 12 19 16 19 9 14 5 17 15 10 9 12 3 18 2 8 6 0 19 15 19 10 19 12 10 7 1 4 15 3 6 18 4 19 4 11 16 16 2 3 12 4 8 2 18 3 12 17 15 15 6 8 8 14 10 1 10 11 6 8 17 18 10 12 6 17 11 3 13 5 15 1 12 8 9 4 2 4 2 5 4 18 3 19 18 0 19 12 2 13 17 11 2 7 8 7 1 14 7 0 12 8 3 3 4 12 12 17 9 7 10 2 8 14 2 5 0 8 12 14 0 5 2 3 2 17 7 6 2 13 6 8 6 11 2 16 12 15
156.85/158.64	c 159	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
156.85/158.66	c 159	CPU 156.91 (0.06 0.02 129.73 27.1)
156.85/158.66	c 159	END Sat Jul 11 19:33:55 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-2063975-1247333476/watcher-2063975-1247333476 -o /tmp/evaluation-result-2063975-1247333476/solver-2063975-1247333476 -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-2063975-1247333476.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.07 2.05 2.01 4/82 18152
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=18576 CPUtime=0
/proc/18152/stat : 18152 (runsolver) R 18150 18152 18055 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20411498 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18152/statm: 4644 284 249 26 0 2626 0

[startup+0.074127 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 18152
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16476 CPUtime=0.05
/proc/18152/stat : 18152 (sugar) R 18150 18152 18055 0 -1 4194304 1037 0 0 0 4 1 0 0 18 0 1 0 20411498 16871424 1005 996147200 4194304 4206940 548682068608 18446744073709551615 264858021840 0 0 4224 0 0 0 0 17 1 0 0
/proc/18152/statm: 4119 1005 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101134 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 18152
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=0.06
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301147 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 18152
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=0.06
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701194 s]
/proc/loadavg: 2.07 2.05 2.01 4/82 18152
/proc/meminfo: memFree=1819160/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=0.06
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 2.07 2.05 2.01 3/93 18164
/proc/meminfo: memFree=1790720/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=0.06
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18155] ppid=18152 vsize=5356 CPUtime=0
/proc/18155/stat : 18155 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20411507 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18155/statm: 1339 233 193 169 0 50 0
[pid=18156] ppid=18155 vsize=864776 CPUtime=1.4
/proc/18156/stat : 18156 (java) S 18155 18152 18055 0 -1 0 15861 0 1 0 131 9 0 0 22 0 9 0 20411507 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18156/statm: 216194 13898 2556 9 0 210706 0
[pid=18156/tid=18157] ppid=18155 vsize=864776 CPUtime=0.8
/proc/18156/task/18157/stat : 18157 (java) R 18155 18152 18055 0 -1 64 3068 0 1 0 78 2 0 0 23 0 9 0 20411508 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4126724552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18158] ppid=18155 vsize=864776 CPUtime=0.45
/proc/18156/task/18158/stat : 18158 (java) S 18155 18152 18055 0 -1 64 11571 0 0 0 40 5 0 0 16 0 9 0 20411509 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18159] ppid=18155 vsize=864776 CPUtime=0
/proc/18156/task/18159/stat : 18159 (java) S 18155 18152 18055 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20411509 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18160] ppid=18155 vsize=864776 CPUtime=0
/proc/18156/task/18160/stat : 18160 (java) S 18155 18152 18055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20411509 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18161] ppid=18155 vsize=864776 CPUtime=0
/proc/18156/task/18161/stat : 18161 (java) S 18155 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20411511 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18162] ppid=18155 vsize=864776 CPUtime=0.11
/proc/18156/task/18162/stat : 18162 (java) S 18155 18152 18055 0 -1 64 518 0 0 0 11 0 0 0 16 0 9 0 20411511 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18163] ppid=18155 vsize=864776 CPUtime=0
/proc/18156/task/18163/stat : 18163 (java) S 18155 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411511 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18156/tid=18164] ppid=18155 vsize=864776 CPUtime=0
/proc/18156/task/18164/stat : 18164 (java) S 18155 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411511 885530624 13898 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10144 s]
/proc/loadavg: 2.06 2.05 2.01 3/93 18164
/proc/meminfo: memFree=1753280/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1309 21599 0 1 5 1 235 13 15 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 16868

[startup+6.30277 s]
/proc/loadavg: 2.06 2.05 2.01 3/93 18174
/proc/meminfo: memFree=1768768/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1309 21599 0 1 5 1 235 13 16 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18165] ppid=18152 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411763 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=868628 CPUtime=3.6
/proc/18166/stat : 18166 (java) S 18165 18152 18055 0 -1 0 17341 0 1 0 353 7 0 0 18 0 9 0 20411764 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18166/statm: 217157 15822 2566 9 0 211662 0
[pid=18166/tid=18167] ppid=18165 vsize=868628 CPUtime=2.48
/proc/18166/task/18167/stat : 18167 (java) R 18165 18152 18055 0 -1 64 3189 0 1 0 247 1 0 0 25 0 9 0 20411765 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18168] ppid=18165 vsize=868628 CPUtime=0.94
/proc/18166/task/18168/stat : 18168 (java) R 18165 18152 18055 0 -1 64 11985 0 0 0 90 4 0 0 16 0 9 0 20411766 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18169] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18169/stat : 18169 (java) S 18165 18152 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18170] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18170/stat : 18170 (java) S 18165 18152 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18171] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18171/stat : 18171 (java) S 18165 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20411768 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18172] ppid=18165 vsize=868628 CPUtime=0.15
/proc/18166/task/18172/stat : 18172 (java) S 18165 18152 18055 0 -1 64 1465 0 0 0 15 0 0 0 15 0 9 0 20411768 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18173] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411768 889475072 15822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18174] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18174/stat : 18174 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411768 889475072 15822 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) 890852

[startup+12.7024 s]
/proc/loadavg: 2.05 2.05 2.01 3/93 18174
/proc/meminfo: memFree=1700864/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1309 21599 0 1 5 1 235 13 16 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18165] ppid=18152 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411763 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=868628 CPUtime=9.94
/proc/18166/stat : 18166 (java) S 18165 18152 18055 0 -1 0 42802 0 1 0 976 18 0 0 18 0 9 0 20411764 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18166/statm: 217157 32592 2567 9 0 211662 0
[pid=18166/tid=18167] ppid=18165 vsize=868628 CPUtime=7.51
/proc/18166/task/18167/stat : 18167 (java) R 18165 18152 18055 0 -1 64 3698 0 1 0 749 2 0 0 25 0 9 0 20411765 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4126555396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18168] ppid=18165 vsize=868628 CPUtime=2.24
/proc/18166/task/18168/stat : 18168 (java) S 18165 18152 18055 0 -1 64 36935 0 0 0 210 14 0 0 16 0 9 0 20411766 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18169] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18169/stat : 18169 (java) S 18165 18152 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18170] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18170/stat : 18170 (java) S 18165 18152 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18171] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18171/stat : 18171 (java) S 18165 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20411768 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18172] ppid=18165 vsize=868628 CPUtime=0.15
/proc/18166/task/18172/stat : 18172 (java) S 18165 18152 18055 0 -1 64 1467 0 0 0 15 0 0 0 16 0 9 0 20411768 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18173] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411768 889475072 32592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18174] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18174/stat : 18174 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411768 889475072 32592 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) 890852

[startup+25.5018 s]
/proc/loadavg: 2.13 2.06 2.02 3/93 18174
/proc/meminfo: memFree=1567168/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1309 21599 0 1 5 1 235 13 16 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18165] ppid=18152 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411763 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=868628 CPUtime=22.6
/proc/18166/stat : 18166 (java) S 18165 18152 18055 0 -1 0 87927 0 1 0 2223 37 0 0 18 0 9 0 20411764 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18166/statm: 217157 65513 2567 9 0 211662 0
[pid=18166/tid=18167] ppid=18165 vsize=868628 CPUtime=16.38
/proc/18166/task/18167/stat : 18167 (java) R 18165 18152 18055 0 -1 64 5796 0 1 0 1635 3 0 0 25 0 9 0 20411765 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18168] ppid=18165 vsize=868628 CPUtime=6.03
/proc/18166/task/18168/stat : 18168 (java) R 18165 18152 18055 0 -1 64 79961 0 0 0 571 32 0 0 16 0 9 0 20411766 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 102549393 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18169] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18169/stat : 18169 (java) S 18165 18152 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18170] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18170/stat : 18170 (java) S 18165 18152 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20411766 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18171] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18171/stat : 18171 (java) S 18165 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20411768 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18172] ppid=18165 vsize=868628 CPUtime=0.15
/proc/18166/task/18172/stat : 18172 (java) S 18165 18152 18055 0 -1 64 1468 0 0 0 15 0 0 0 16 0 9 0 20411768 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18173] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411768 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18174] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18174/stat : 18174 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411768 889475072 65513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890852

[startup+51.1014 s]
/proc/loadavg: 2.15 2.07 2.02 3/93 18174
/proc/meminfo: memFree=1348800/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1309 21599 0 1 5 1 235 13 16 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18165] ppid=18152 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411763 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=868628 CPUtime=47.96
/proc/18166/stat : 18166 (java) S 18165 18152 18055 0 -1 0 147023 0 1 0 4735 61 0 0 18 0 9 0 20411764 889475072 120080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18166/statm: 217157 120080 2567 9 0 211662 0

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

/proc/18166/task/18172/stat : 18172 (java) S 18165 18152 18055 0 -1 64 1475 0 0 0 16 0 0 0 15 0 9 0 20411768 889475072 120080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18173] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411768 889475072 120080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18174] ppid=18165 vsize=868628 CPUtime=0
/proc/18166/task/18174/stat : 18174 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411768 889475072 120080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 890852

[startup+102.307 s]
/proc/loadavg: 2.20 2.10 2.03 3/93 18174
/proc/meminfo: memFree=1025664/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=2.54
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1310 21599 0 1 5 1 235 13 16 0 1 0 20411498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1111 409 3 0 796 0
[pid=18165] ppid=18152 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411763 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=868740 CPUtime=98.62
/proc/18166/stat : 18166 (java) S 18165 18152 18055 0 -1 0 205198 0 1 0 9720 142 0 0 18 0 9 0 20411764 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18166/statm: 217185 172982 2593 9 0 211662 0
[pid=18166/tid=18167] ppid=18165 vsize=868740 CPUtime=77.79
/proc/18166/task/18167/stat : 18167 (java) R 18165 18152 18055 0 -1 64 8723 0 1 0 7715 64 0 0 25 0 9 0 20411765 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4127020588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18168] ppid=18165 vsize=868740 CPUtime=20.55
/proc/18166/task/18168/stat : 18168 (java) S 18165 18152 18055 0 -1 64 194245 0 0 0 1979 76 0 0 16 0 9 0 20411766 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18169] ppid=18165 vsize=868740 CPUtime=0
/proc/18166/task/18169/stat : 18169 (java) S 18165 18152 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20411766 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18170] ppid=18165 vsize=868740 CPUtime=0
/proc/18166/task/18170/stat : 18170 (java) S 18165 18152 18055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20411766 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18171] ppid=18165 vsize=868740 CPUtime=0
/proc/18166/task/18171/stat : 18171 (java) S 18165 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20411768 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18172] ppid=18165 vsize=868740 CPUtime=0.25
/proc/18166/task/18172/stat : 18172 (java) S 18165 18152 18055 0 -1 64 1527 0 0 0 25 0 0 0 16 0 9 0 20411768 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18173] ppid=18165 vsize=868740 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20411768 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18174] ppid=18165 vsize=868740 CPUtime=0
/proc/18166/task/18174/stat : 18174 (java) S 18165 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20411768 889589760 172982 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 890964

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

[startup+127.901 s]
/proc/loadavg: 2.13 2.09 2.03 3/85 18176
/proc/meminfo: memFree=1602816/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=113844 CPUtime=24.06
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 25517 0 0 0 1102 1304 0 0 25 0 1 0 20421858 116576256 25503 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 28461 25503 40 102 0 28356 0
Current children cumulated CPU time (s) 126.52
Current children cumulated vsize (KiB) 136068

[startup+140.702 s]
/proc/loadavg: 2.11 2.09 2.03 3/85 18176
/proc/meminfo: memFree=1549120/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=157140 CPUtime=36.74
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 38525 0 0 0 1675 1999 0 0 25 0 1 0 20421858 160911360 38511 996147200 134512640 134931368 4294956256 18446744073709551615 134514615 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 39285 38511 40 102 0 39180 0
Current children cumulated CPU time (s) 139.2
Current children cumulated vsize (KiB) 179364

[startup+147.101 s]
/proc/loadavg: 2.10 2.09 2.03 3/85 18176
/proc/meminfo: memFree=1525248/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=210384 CPUtime=43.01
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 44857 0 0 0 1967 2334 0 0 25 0 1 0 20421858 215433216 44843 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 52596 44843 40 102 0 52491 0
Current children cumulated CPU time (s) 145.47
Current children cumulated vsize (KiB) 232608

[startup+153.502 s]
/proc/loadavg: 2.08 2.08 2.03 3/85 18176
/proc/meminfo: memFree=1507840/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=225128 CPUtime=49.34
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 48829 0 0 0 2402 2532 0 0 25 0 1 0 20421858 230531072 48813 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 56282 48813 48 102 0 56177 0
Current children cumulated CPU time (s) 151.8
Current children cumulated vsize (KiB) 247352

[startup+156.701 s]
/proc/loadavg: 2.08 2.08 2.03 3/85 18176
/proc/meminfo: memFree=1507584/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=227308 CPUtime=52.51
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 48881 0 0 0 2719 2532 0 0 25 0 1 0 20421858 232763392 48865 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 56827 48865 48 102 0 56722 0
Current children cumulated CPU time (s) 154.97
Current children cumulated vsize (KiB) 249532

[startup+157.501 s]
/proc/loadavg: 2.08 2.08 2.03 3/85 18176
/proc/meminfo: memFree=1507584/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=102.46
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1365 227111 0 2 6 1 10069 170 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18175] ppid=18152 vsize=5356 CPUtime=0
/proc/18175/stat : 18175 (sh) S 18152 18152 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20421858 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18175/statm: 1339 232 193 169 0 50 0
[pid=18176] ppid=18175 vsize=227308 CPUtime=53.3
/proc/18176/stat : 18176 (picosat) R 18175 18152 18055 0 -1 4194304 49003 0 0 0 2798 2532 0 0 25 0 1 0 20421858 232763392 48987 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/18176/statm: 56827 48987 48 102 0 56722 0
Current children cumulated CPU time (s) 155.76
Current children cumulated vsize (KiB) 249532

[startup+158.301 s]
/proc/loadavg: 2.08 2.08 2.03 3/93 18186
/proc/meminfo: memFree=1694464/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=156.34
/proc/18152/stat : 18152 (sugar) S 18150 18152 18055 0 -1 4194304 1446 276440 0 2 6 1 12920 2707 16 0 1 0 20411498 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18152/statm: 4217 1113 409 3 0 796 0
[pid=18177] ppid=18152 vsize=5356 CPUtime=0
/proc/18177/stat : 18177 (sh) S 18152 18152 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20427306 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18177/statm: 1339 233 193 169 0 50 0
[pid=18178] ppid=18177 vsize=862796 CPUtime=0.21
/proc/18178/stat : 18178 (java) S 18177 18152 18055 0 -1 0 3417 0 1 0 19 2 0 0 18 0 9 0 20427306 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18178/statm: 215699 2883 1295 9 0 210612 0
[pid=18178/tid=18179] ppid=18177 vsize=862796 CPUtime=0.13
/proc/18178/task/18179/stat : 18179 (java) R 18177 18152 18055 0 -1 64 2042 0 1 0 12 1 0 0 20 0 9 0 20427307 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4159705974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18180] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18180/stat : 18180 (java) S 18177 18152 18055 0 -1 64 201 0 0 0 0 0 0 0 16 0 9 0 20427309 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18181] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18181/stat : 18181 (java) S 18177 18152 18055 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20427309 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18182] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18182/stat : 18182 (java) S 18177 18152 18055 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20427309 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18183] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18183/stat : 18183 (java) S 18177 18152 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20427311 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18184] ppid=18177 vsize=862796 CPUtime=0.05
/proc/18178/task/18184/stat : 18184 (java) S 18177 18152 18055 0 -1 64 481 0 0 0 5 0 0 0 17 0 9 0 20427311 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18185] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18185/stat : 18185 (java) S 18177 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20427311 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18178/tid=18186] ppid=18177 vsize=862796 CPUtime=0
/proc/18178/task/18186/stat : 18186 (java) S 18177 18152 18055 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20427311 883503104 2883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.55
Current children cumulated vsize (KiB) 885020

[startup+158.702 s]
/proc/loadavg: 2.08 2.08 2.03 3/93 18186
/proc/meminfo: memFree=1694464/2055920 swapFree=4192812/4192956
[pid=18152] ppid=18150 vsize=16868 CPUtime=156.95
/proc/18152/stat : 18152 (sugar) R 18150 18152 18055 0 -1 4194304 1477 280727 0 3 6 6 12973 2710 16 0 1 0 20411498 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18152/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 156.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 158.719
CPU time (s): 156.986
CPU user time (s): 129.796
CPU system time (s): 27.1899
CPU usage (%): 98.9082
Max. virtual memory (cumulated for all children) (KiB): 911340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.796
system time used= 27.1899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282264
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= 8201
involuntary context switches= 12624

runsolver used 0.221966 second user time and 0.531919 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 19:31:16
IDJOB=2063975
IDBENCH=54111
IDSOLVER=738
FILE ID=node44/2063975-1247333476
PBS_JOBID= 9506685
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.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-2063975-1247333476/watcher-2063975-1247333476 -o /tmp/evaluation-result-2063975-1247333476/solver-2063975-1247333476 -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-2063975-1247333476.xml

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

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=182768156

node44.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.219
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.219
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:       1819704 kB
Buffers:          5416 kB
Cached:          50684 kB
SwapCached:          0 kB
Active:         169916 kB
Inactive:        17480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7096 kB
Writeback:           0 kB
Mapped:         151736 kB
Slab:            33852 kB
Committed_AS:   355192 kB
PageTables:       2048 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= 66372 MiB
End job on node44 at 2009-07-11 19:33:55