Trace number 2064184

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 83.0484 83.9878

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-13.xml
MD5SUM96388d2f788c0ec6e36289d5c4da0a58
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.0484
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints30204
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension29954
Global constraints used (with number of constraints)alldifferent(250)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:50:00 2009
0.00/0.08	c 0	PID 12004
0.07/0.08	c 0	HOST node22.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2064184-1247334600.xml TO HOME/temp.csp
0.07/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-2064184-1247334600.xml' 'HOME/temp.csp'
2.15/2.21	c 3	23 domains, 800 variables, 1 predicates, 0 relations, 30204 constraints
2.15/2.25	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.15/2.25	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.18/2.32	c 3	Parsing HOME/temp.csp
2.18/2.62	c 3	parsed 10000 expressions
2.18/2.78	c 3	parsed 20000 expressions
2.18/2.94	c 3	parsed 30000 expressions
2.18/2.96	c 3	parsed 31028 expressions
2.18/2.97	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.97	c 3	Converting to clausal form CSP
3.30/3.49	c 4	converted 3103 (10%) expressions
3.60/3.74	c 4	converted 6206 (20%) expressions
3.99/4.15	c 4	converted 9309 (30%) expressions
4.19/4.39	c 5	converted 12412 (40%) expressions
4.49/4.62	c 5	converted 15514 (50%) expressions
4.68/4.87	c 5	converted 18617 (60%) expressions
5.17/5.36	c 6	converted 21720 (70%) expressions
5.47/5.60	c 6	converted 24823 (80%) expressions
5.67/5.85	c 6	converted 27926 (90%) expressions
7.46/7.62	c 8	converted 31028 (100%) expressions
7.46/7.62	c 8	CSP : 800 integers, 0 booleans, 67494 clauses, largest domain size 45
7.46/7.62	c 8	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.46/7.62	c 8	Propagation in CSP
7.65/7.84	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.65/7.84	c 8	CSP : 800 integers, 0 booleans, 67494 clauses, largest domain size 45
7.65/7.84	c 8	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.65/7.87	c 8	Simplifing CSP by introducing new Boolean variables
9.43/9.63	c 10	CSP : 800 integers, 181158 booleans, 248652 clauses, largest domain size 45
9.43/9.63	c 10	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.23/10.47	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.32/10.52	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.32/10.52	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.32/10.53	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.32/10.53	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.32/10.53	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.32/10.54	c 11	480 (60%) CSP integer variables are encoded (17280 clauses, 237558 bytes)
10.32/10.54	c 11	560 (70%) CSP integer variables are encoded (17336 clauses, 238398 bytes)
10.32/10.55	c 11	640 (80%) CSP integer variables are encoded (17397 clauses, 239313 bytes)
10.32/10.55	c 11	720 (90%) CSP integer variables are encoded (17495 clauses, 240783 bytes)
10.32/10.55	c 11	800 (100%) CSP integer variables are encoded (17538 clauses, 241428 bytes)
11.41/11.69	c 12	24866 (10%) CSP clauses are encoded (522043 clauses, 9977663 bytes)
12.50/12.74	c 13	49731 (20%) CSP clauses are encoded (1032067 clauses, 20264923 bytes)
13.59/13.81	c 14	74596 (30%) CSP clauses are encoded (1550735 clauses, 30774816 bytes)
14.58/14.88	c 15	99461 (40%) CSP clauses are encoded (2060231 clauses, 41146961 bytes)
15.74/16.03	c 16	124326 (50%) CSP clauses are encoded (2572295 clauses, 52315596 bytes)
17.03/17.37	c 18	149192 (60%) CSP clauses are encoded (3210023 clauses, 66286182 bytes)
18.52/18.85	c 19	174057 (70%) CSP clauses are encoded (3960712 clauses, 82386277 bytes)
20.01/20.34	c 21	198922 (80%) CSP clauses are encoded (4711797 clauses, 98487057 bytes)
21.48/21.85	c 22	223787 (90%) CSP clauses are encoded (5462882 clauses, 114685213 bytes)
22.96/23.34	c 24	248652 (100%) CSP clauses are encoded (6214275 clauses, 130803670 bytes)
22.96/23.34	c 24	248652 CSP clauses encoded
22.96/23.34	c 24	Writing map file : HOME/temp.map
22.96/23.37	c 24	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.96/23.37	c 24	SAT : 199330 SAT variables, 6214275 SAT clauses, 130803670 bytes
22.96/23.37	c 24	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.02/23.44	c 24	SOLVING HOME/temp.cnf
23.02/23.44	c 24	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
82.46/83.44	c 84	DECODING HOME/temp.out WITH HOME/temp.map
82.46/83.44	c 84	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'
82.56/83.52	c 84	Decoding HOME/temp.out
82.86/83.85	s SATISFIABLE
82.86/83.88	v 26 38 23 19 27 6 35 3 32 16 17 35 24 31 10 14 17 19 15 12 22 4 2 8 39 36 37 43 4 11 40 15 12 0 9 21 42 5 7 9 13 6 31 8 31 27 4 4 25 1 39 4 21 7 32 42 18 39 43 6 16 7 2 0 3 20 44 38 3 9 13 17 40 33 25 2 22 1 4 4 10 24 5 9 32 6 33 7 5 8 9 7 5 44 9 12 6 35 4 31 1 5 19 9 42 10 2 34 27 6 39 42 26 25 27 39 8 1 2 9 23 11 20 10 6 12 3 42 40 29 18 41 10 3 37 14 11 10 12 11 23 17 3 43 10 14 43 15 23 34 5 21 30 17 18 16 13 19 30 0 14 30 5 24 15 16 12 16 20 7 16 21 14 18 29 17 28 35 29 42 18 28 17 22 24 3 3 9 27 30 20 29 35 2 20 19 29 6 19 16 14 0 13 30 18 22 20 25 21 30 17 33 27 4 0 13 0 23 20 22 0 26 18 27 21 24 35 14 1 29 24 19 36 28 32 4 29 25 2 26 26 7 30 10 41 26 8 15 8 10 19 5 33 16 11 18 34 27 41 27 30 2 28 29 25 36 8 38 38 19 26 42 30 14 28 32 32 34 25 1 28 8 35 23 11 15 35 32 17 33 27 26 30 32 15 18 36 38 15 21 13 11 22 12 21 20 6 37 2 19 37 1 40 31 22 8 14 41 13 33 24 38 38 15 37 25 37 33 12 28 11 20 28 34 7 21 31 28 16 31 13 23 41 39 38 12 40 44 43 44 26 9 5 24 22 33 17 25 26 41 42 41 31 42 43 34 3 14 41 23 40 22 36 39 41 37 2 34 34 0 31 13 40 36 44 40 43 44 18 44 36 39 24 33 32 21 3 7 11 43 1 6 7 5 9 5 1 2 9 9 5 5 8 6 5 1 9 1 2 7 1 4 3 0 4 2 0 5 1 6 3 7 2 9 4 5 6 9 4 2 9 9 1 6 4 1 0 6 6 5 9 9 6 8 2 7 1 5 4 6 7 6 4 5 8 1 3 4 4 6 8 6 4 9 0 9 4 9 5 8 9 7 0 9 7 4 1 9 7 5 1 5 3 4 3 5 8 7 2 3 4 6 3 0 0 0 5 3 6 3 6 8 9 8 7 1 9 1 0 5 6 5 8 6 1 0 9 4 8 8 7 6 8 6 4 9 8 3 4 4 4 2 5 6 4 0 3 4 1 6 1 7 3 3 4 3 4 7 5 0 6 4 4 1 3 6 9 0 6 3 8 8 8 9 1 0 4 3 5 2 3 1 4 3 9 1 3 8 3 1 3 3 0 1 4 9 9 7 4 4 5 6 3 0 2 0 2 1 4 8 8 4 4 7 1 1 4 8 9 6 3 5 5 8 2 3 4 2 3 6 4 8 4 3 4 3 0 9 7 4 2 1 9 1 2 6 7 1 1 2 0 8 7 5 9 8 4 0 3 5 7 6 6 4 3 6 8 7 2 2 8 3 2 3 7 8 1 5 5 6 0 3 6 0 7 8 9 3 1 6 2 7 6 6 6 6 9 9 9 1 7 2 9 6 9 7 0 6 8 6 3 8 6 5 2 4 4 0 6 3 6 3 8 0 8 4 9 8 1 8 1 0 5 0 7 3 8 9 1 7 5 3 8 3 5 3 5 0 1 7 3 7 5 5 5 5 7 7 0 7 9 1 9 1 8 1 7 7 9 9 2 7 3 7 4 7 2 9 7 7 0 0 0 8 8 9 9 9 0 2 0 0 0 0 0 0 0 0 0 0
82.86/83.89	c 84	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
82.94/83.92	c 84	CPU 82.96 (0.06 0.02 53.08 29.8)
82.94/83.92	c 84	END Sat Jul 11 19:51:24 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-2064184-1247334600/watcher-2064184-1247334600 -o /tmp/evaluation-result-2064184-1247334600/solver-2064184-1247334600 -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-2064184-1247334600.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.00 2.06 2.00 4/83 12004
/proc/meminfo: memFree=922336/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=12268 CPUtime=0
/proc/12004/stat : 12004 (sugar) R 12002 12004 10227 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20526523 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 0 4224 0 0 0 0 17 1 0 0
/proc/12004/statm: 3067 316 241 3 0 167 0

[startup+0.0827691 s]
/proc/loadavg: 2.00 2.06 2.00 4/83 12004
/proc/meminfo: memFree=922336/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16740 CPUtime=0.07
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 20526523 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101939 s]
/proc/loadavg: 2.00 2.06 2.00 4/83 12004
/proc/meminfo: memFree=922336/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=0.07
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301963 s]
/proc/loadavg: 2.00 2.06 2.00 4/83 12004
/proc/meminfo: memFree=922336/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=0.07
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702023 s]
/proc/loadavg: 2.00 2.06 2.00 4/83 12004
/proc/meminfo: memFree=922336/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=0.07
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 2.00 2.06 2.00 3/94 12016
/proc/meminfo: memFree=893768/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=0.07
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
[pid=12007] ppid=12004 vsize=5356 CPUtime=0
/proc/12007/stat : 12007 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20526531 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12007/statm: 1339 233 193 169 0 50 0
[pid=12008] ppid=12007 vsize=864784 CPUtime=1.39
/proc/12008/stat : 12008 (java) S 12007 12004 10227 0 -1 0 15232 0 1 0 131 8 0 0 18 0 9 0 20526532 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12008/statm: 216196 13257 2556 9 0 210708 0
[pid=12008/tid=12009] ppid=12007 vsize=864784 CPUtime=0.79
/proc/12008/task/12009/stat : 12009 (java) R 12007 12004 10227 0 -1 64 3070 0 1 0 77 2 0 0 24 0 9 0 20526533 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4126688747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12010] ppid=12007 vsize=864784 CPUtime=0.45
/proc/12008/task/12010/stat : 12010 (java) S 12007 12004 10227 0 -1 64 10947 0 0 0 41 4 0 0 16 0 9 0 20526534 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12011] ppid=12007 vsize=864784 CPUtime=0
/proc/12008/task/12011/stat : 12011 (java) S 12007 12004 10227 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20526534 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12012] ppid=12007 vsize=864784 CPUtime=0
/proc/12008/task/12012/stat : 12012 (java) S 12007 12004 10227 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20526534 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12013] ppid=12007 vsize=864784 CPUtime=0
/proc/12008/task/12013/stat : 12013 (java) S 12007 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20526537 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12014] ppid=12007 vsize=864784 CPUtime=0.11
/proc/12008/task/12014/stat : 12014 (java) S 12007 12004 10227 0 -1 64 509 0 0 0 11 0 0 0 16 0 9 0 20526537 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12015] ppid=12007 vsize=864784 CPUtime=0
/proc/12008/task/12015/stat : 12015 (java) S 12007 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20526537 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12008/tid=12016] ppid=12007 vsize=864784 CPUtime=0
/proc/12008/task/12016/stat : 12016 (java) S 12007 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20526537 885538816 13257 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887008

[startup+3.10237 s]
/proc/loadavg: 2.00 2.06 2.00 3/94 12016
/proc/meminfo: memFree=868296/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=2.18
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1309 17787 0 1 5 2 200 11 15 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30756 s]
/proc/loadavg: 2.00 2.06 2.00 3/94 12026
/proc/meminfo: memFree=859208/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=2.18
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1309 17787 0 1 5 2 200 11 15 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
[pid=12017] ppid=12004 vsize=5356 CPUtime=0
/proc/12017/stat : 12017 (sh) S 12004 12004 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20526748 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12017/statm: 1339 233 193 169 0 50 0
[pid=12018] ppid=12017 vsize=868648 CPUtime=3.99
/proc/12018/stat : 12018 (java) S 12017 12004 10227 0 -1 0 22348 0 1 0 389 10 0 0 18 0 9 0 20526748 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12018/statm: 217162 21184 2566 9 0 211667 0
[pid=12018/tid=12019] ppid=12017 vsize=868648 CPUtime=2.5
/proc/12018/task/12019/stat : 12019 (java) R 12017 12004 10227 0 -1 64 3244 0 1 0 248 2 0 0 25 0 9 0 20526749 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12020] ppid=12017 vsize=868648 CPUtime=1.29
/proc/12018/task/12020/stat : 12020 (java) S 12017 12004 10227 0 -1 64 16922 0 0 0 123 6 0 0 15 0 9 0 20526750 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12021] ppid=12017 vsize=868648 CPUtime=0
/proc/12018/task/12021/stat : 12021 (java) S 12017 12004 10227 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20526751 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12022] ppid=12017 vsize=868648 CPUtime=0
/proc/12018/task/12022/stat : 12022 (java) S 12017 12004 10227 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20526751 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12023] ppid=12017 vsize=868648 CPUtime=0
/proc/12018/task/12023/stat : 12023 (java) S 12017 12004 10227 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20526753 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12024] ppid=12017 vsize=868648 CPUtime=0.17
/proc/12018/task/12024/stat : 12024 (java) S 12017 12004 10227 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 20526753 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12025] ppid=12017 vsize=868648 CPUtime=0
/proc/12018/task/12025/stat : 12025 (java) S 12017 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20526753 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12026] ppid=12017 vsize=868648 CPUtime=0
/proc/12018/task/12026/stat : 12026 (java) S 12017 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20526753 889495552 21184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890872

[startup+12.7027 s]
/proc/loadavg: 2.08 2.07 2.01 3/94 12026
/proc/meminfo: memFree=743944/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=2.19
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1310 17787 0 1 6 2 200 11 16 0 1 0 20526523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1111 409 3 0 796 0
[pid=12017] ppid=12004 vsize=5356 CPUtime=0
/proc/12017/stat : 12017 (sh) S 12004 12004 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20526748 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12017/statm: 1339 233 193 169 0 50 0
[pid=12018] ppid=12017 vsize=868760 CPUtime=10.31
/proc/12018/stat : 12018 (java) S 12017 12004 10227 0 -1 0 57471 0 1 0 993 38 0 0 18 0 9 0 20526748 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12018/statm: 217190 42077 2593 9 0 211667 0
[pid=12018/tid=12019] ppid=12017 vsize=868760 CPUtime=5.72
/proc/12018/task/12019/stat : 12019 (java) R 12017 12004 10227 0 -1 64 4686 0 1 0 558 14 0 0 25 0 9 0 20526749 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4126992633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12020] ppid=12017 vsize=868760 CPUtime=4.31
/proc/12018/task/12020/stat : 12020 (java) S 12017 12004 10227 0 -1 64 50554 0 0 0 410 21 0 0 16 0 9 0 20526750 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12021] ppid=12017 vsize=868760 CPUtime=0
/proc/12018/task/12021/stat : 12021 (java) S 12017 12004 10227 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20526751 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12022] ppid=12017 vsize=868760 CPUtime=0
/proc/12018/task/12022/stat : 12022 (java) S 12017 12004 10227 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20526751 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12023] ppid=12017 vsize=868760 CPUtime=0
/proc/12018/task/12023/stat : 12023 (java) S 12017 12004 10227 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20526753 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12024] ppid=12017 vsize=868760 CPUtime=0.25
/proc/12018/task/12024/stat : 12024 (java) S 12017 12004 10227 0 -1 64 1528 0 0 0 24 1 0 0 16 0 9 0 20526753 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12025] ppid=12017 vsize=868760 CPUtime=0
/proc/12018/task/12025/stat : 12025 (java) S 12017 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20526753 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12018/tid=12026] ppid=12017 vsize=868760 CPUtime=0
/proc/12018/task/12026/stat : 12026 (java) S 12017 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20526753 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890984

[startup+25.5016 s]
/proc/loadavg: 2.06 2.07 2.00 3/86 12030
/proc/meminfo: memFree=774216/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=10580 CPUtime=2.02
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 2439 0 0 0 88 114 0 0 25 0 1 0 20528868 10833920 2425 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12030/statm: 2645 2425 40 102 0 2540 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 32804

[startup+51.1012 s]
/proc/loadavg: 2.04 2.06 2.00 3/86 12030
/proc/meminfo: memFree=653640/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=129392 CPUtime=27.47
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 29121 0 0 0 1269 1478 0 0 25 0 1 0 20528868 132497408 29107 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 32348 29107 40 102 0 32243 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 151616

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

[startup+63.9021 s]
/proc/loadavg: 2.03 2.06 2.00 3/86 12030
/proc/meminfo: memFree=595464/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=192636 CPUtime=40.26
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 42767 0 0 0 1858 2168 0 0 25 0 1 0 20528868 197259264 42753 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 48159 42753 40 102 0 48054 0
Current children cumulated CPU time (s) 63.32
Current children cumulated vsize (KiB) 214860

[startup+76.7019 s]
/proc/loadavg: 2.02 2.06 2.00 3/87 12031
/proc/meminfo: memFree=457280/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=236724 CPUtime=52.7
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 55620 0 0 0 2433 2837 0 0 25 0 1 0 20528868 242405376 55606 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 59181 55606 40 102 0 59076 0
Current children cumulated CPU time (s) 75.76
Current children cumulated vsize (KiB) 258948

[startup+79.9024 s]
/proc/loadavg: 2.02 2.06 2.00 3/87 12031
/proc/meminfo: memFree=451584/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=241760 CPUtime=55.91
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 56113 0 0 0 2740 2851 0 0 25 0 1 0 20528868 247562240 56099 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 60440 56099 42 102 0 60335 0
Current children cumulated CPU time (s) 78.97
Current children cumulated vsize (KiB) 263984

[startup+81.5016 s]
/proc/loadavg: 2.02 2.06 2.00 3/87 12031
/proc/meminfo: memFree=451328/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=241900 CPUtime=57.51
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 56158 0 0 0 2900 2851 0 0 25 0 1 0 20528868 247705600 56142 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 60475 56142 48 102 0 60370 0
Current children cumulated CPU time (s) 80.57
Current children cumulated vsize (KiB) 264124

[startup+83.1018 s]
/proc/loadavg: 2.02 2.06 2.00 3/87 12031
/proc/meminfo: memFree=451328/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=23.06
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1365 75804 0 2 6 2 2177 121 16 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12029] ppid=12004 vsize=5356 CPUtime=0
/proc/12029/stat : 12029 (sh) S 12004 12004 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12029/statm: 1339 232 193 169 0 50 0
[pid=12030] ppid=12029 vsize=241904 CPUtime=59.1
/proc/12030/stat : 12030 (picosat) R 12029 12004 10227 0 -1 4194304 56172 0 0 0 3059 2851 0 0 25 0 1 0 20528868 247709696 56156 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 0 0 0
/proc/12030/statm: 60476 56156 52 102 0 60371 0
Current children cumulated CPU time (s) 82.16
Current children cumulated vsize (KiB) 264128

[startup+83.5029 s]
/proc/loadavg: 2.02 2.06 2.00 4/95 12041
/proc/meminfo: memFree=671424/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=82.52
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1428 132262 0 2 6 2 5267 2977 17 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12032] ppid=12004 vsize=5356 CPUtime=0
/proc/12032/stat : 12032 (sh) S 12004 12004 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20534867 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12032/statm: 1339 233 193 169 0 50 0
[pid=12033] ppid=12032 vsize=862008 CPUtime=0.04
/proc/12033/stat : 12033 (java) S 12032 12004 10227 0 -1 0 2405 0 1 0 3 1 0 0 19 0 9 0 20534868 882696192 1944 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12033/statm: 215502 1945 1089 9 0 210415 0
[pid=12033/tid=12034] ppid=12032 vsize=862008 CPUtime=0.03
/proc/12033/task/12034/stat : 12034 (java) R 12032 12004 10227 0 -1 64 1499 0 1 0 3 0 0 0 24 0 9 0 20534869 882696192 1946 996147200 134512640 134550932 4294955984 18446744073709551615 4125960914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12035] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12035/stat : 12035 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 20534870 882696192 1946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12036] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12036/stat : 12036 (java) S 12032 12004 10227 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 20534871 882696192 1946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12037] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12037/stat : 12037 (java) S 12032 12004 10227 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20534871 882696192 1947 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12038] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12038/stat : 12038 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20534873 882696192 1947 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12039] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12039/stat : 12039 (java) S 12032 12004 10227 0 -1 64 213 0 0 0 0 0 0 0 25 0 9 0 20534873 882696192 1947 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12040] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12040/stat : 12040 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20534873 882696192 1947 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12041] ppid=12032 vsize=862008 CPUtime=0
/proc/12033/task/12041/stat : 12041 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20534873 882696192 1947 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.56
Current children cumulated vsize (KiB) 884232

[startup+83.903 s]
/proc/loadavg: 2.02 2.06 2.00 4/95 12041
/proc/meminfo: memFree=671424/2055920 swapFree=4192952/4192956
[pid=12004] ppid=12002 vsize=16868 CPUtime=82.52
/proc/12004/stat : 12004 (sugar) S 12002 12004 10227 0 -1 4194304 1449 132262 0 2 6 2 5267 2977 15 0 1 0 20526523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12004/statm: 4217 1113 409 3 0 796 0
[pid=12032] ppid=12004 vsize=5356 CPUtime=0
/proc/12032/stat : 12032 (sh) S 12004 12004 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20534867 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12032/statm: 1339 233 193 169 0 50 0
[pid=12033] ppid=12032 vsize=864124 CPUtime=0.42
/proc/12033/stat : 12033 (java) S 12032 12004 10227 0 -1 0 3722 0 1 0 40 2 0 0 19 0 9 0 20534868 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12033/statm: 216031 3181 1724 9 0 210536 0
[pid=12033/tid=12034] ppid=12032 vsize=864124 CPUtime=0.35
/proc/12033/task/12034/stat : 12034 (java) S 12032 12004 10227 0 -1 64 2583 0 1 0 34 1 0 0 25 0 9 0 20534869 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12035] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12035/stat : 12035 (java) S 12032 12004 10227 0 -1 64 125 0 0 0 0 0 0 0 16 0 9 0 20534870 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12036] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12036/stat : 12036 (java) S 12032 12004 10227 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 20534871 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12037] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12037/stat : 12037 (java) S 12032 12004 10227 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20534871 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12038] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12038/stat : 12038 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20534873 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12039] ppid=12032 vsize=864124 CPUtime=0.05
/proc/12033/task/12039/stat : 12039 (java) S 12032 12004 10227 0 -1 64 320 0 0 0 5 0 0 0 16 0 9 0 20534873 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12040] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12040/stat : 12040 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20534873 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12033/tid=12041] ppid=12032 vsize=864124 CPUtime=0
/proc/12033/task/12041/stat : 12041 (java) S 12032 12004 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20534873 884862976 3181 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.94
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 83.9878
CPU time (s): 83.0484
CPU user time (s): 53.1499
CPU system time (s): 29.8985
CPU usage (%): 98.8815
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.1499
system time used= 29.8985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137810
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= 7342
involuntary context switches= 8818

runsolver used 0.12698 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 19:50:00
IDJOB=2064184
IDBENCH=54130
IDSOLVER=738
FILE ID=node22/2064184-1247334600
PBS_JOBID= 9506583
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-13.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-2064184-1247334600/watcher-2064184-1247334600 -o /tmp/evaluation-result-2064184-1247334600/solver-2064184-1247334600 -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-2064184-1247334600.xml

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

MD5SUM BENCH= 96388d2f788c0ec6e36289d5c4da0a58
RANDOM SEED=326683816

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        922816 kB
Buffers:         48764 kB
Cached:         786136 kB
SwapCached:          4 kB
Active:         493836 kB
Inactive:       585564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        922816 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5632 kB
Writeback:           0 kB
Mapped:         260184 kB
Slab:            38652 kB
Committed_AS:   833112 kB
PageTables:       2172 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node22 at 2009-07-11 19:51:24