Trace number 2064206

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 78.0751 78.6067

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-3.xml
MD5SUM645b4d5985800c441d40903d8a951448
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.0751
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints36304
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36104
Global constraints used (with number of constraints)alldifferent(200)

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:51:28 2009
0.00/0.08	c 0	PID 12067
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064206-1247334688.xml TO HOME/temp.csp
0.00/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-2064206-1247334688.xml' 'HOME/temp.csp'
2.15/2.22	c 2	17 domains, 800 variables, 1 predicates, 0 relations, 36304 constraints
2.15/2.28	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.15/2.28	c 2	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.19/2.36	c 2	Parsing HOME/temp.csp
2.19/2.66	c 3	parsed 10000 expressions
2.19/2.81	c 3	parsed 20000 expressions
2.19/2.98	c 3	parsed 30000 expressions
2.19/3.14	c 3	parsed 37122 expressions
2.19/3.15	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/3.15	c 3	Converting to clausal form CSP
3.37/3.60	c 4	converted 3713 (10%) expressions
3.67/3.84	c 4	converted 7425 (20%) expressions
4.06/4.24	c 4	converted 11137 (30%) expressions
4.26/4.48	c 5	converted 14849 (40%) expressions
4.55/4.71	c 5	converted 18561 (50%) expressions
4.75/4.94	c 5	converted 22274 (60%) expressions
5.25/5.42	c 6	converted 25986 (70%) expressions
5.44/5.66	c 6	converted 29698 (80%) expressions
5.64/5.89	c 6	converted 33410 (90%) expressions
7.43/7.67	c 8	converted 37122 (100%) expressions
7.43/7.67	c 8	CSP : 800 integers, 0 booleans, 66209 clauses, largest domain size 45
7.43/7.67	c 8	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.43/7.67	c 8	Propagation in CSP
7.61/7.88	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.61/7.88	c 8	CSP : 800 integers, 0 booleans, 66209 clauses, largest domain size 45
7.61/7.88	c 8	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.71/7.92	c 8	Simplifing CSP by introducing new Boolean variables
9.49/9.77	c 10	CSP : 800 integers, 194153 booleans, 260362 clauses, largest domain size 45
9.49/9.77	c 10	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.39/10.61	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.39/10.67	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.39/10.67	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.39/10.67	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.39/10.68	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.39/10.68	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.39/10.69	c 11	480 (60%) CSP integer variables are encoded (17334 clauses, 238368 bytes)
10.39/10.69	c 11	560 (70%) CSP integer variables are encoded (17498 clauses, 240828 bytes)
10.39/10.69	c 11	640 (80%) CSP integer variables are encoded (17631 clauses, 242823 bytes)
10.39/10.69	c 11	720 (90%) CSP integer variables are encoded (17800 clauses, 245358 bytes)
10.39/10.69	c 11	800 (100%) CSP integer variables are encoded (17990 clauses, 248208 bytes)
11.57/11.87	c 12	26037 (10%) CSP clauses are encoded (543732 clauses, 10512639 bytes)
12.65/12.92	c 13	52073 (20%) CSP clauses are encoded (1066423 clauses, 21088542 bytes)
13.65/13.98	c 14	78109 (30%) CSP clauses are encoded (1587213 clauses, 31655554 bytes)
14.72/15.07	c 15	104145 (40%) CSP clauses are encoded (2113544 clauses, 42394256 bytes)
15.81/16.19	c 16	130181 (50%) CSP clauses are encoded (2638431 clauses, 53697278 bytes)
16.99/17.32	c 17	156218 (60%) CSP clauses are encoded (3159655 clauses, 65373413 bytes)
18.28/18.64	c 19	182254 (70%) CSP clauses are encoded (3796105 clauses, 79374740 bytes)
19.78/20.20	c 20	208290 (80%) CSP clauses are encoded (4582285 clauses, 96193843 bytes)
21.13/21.66	c 22	234326 (90%) CSP clauses are encoded (5368729 clauses, 113044603 bytes)
22.53/23.07	c 23	260362 (100%) CSP clauses are encoded (6155525 clauses, 129825298 bytes)
22.53/23.07	c 23	260362 CSP clauses encoded
22.53/23.07	c 23	Writing map file : HOME/temp.map
22.64/23.10	c 23	Heap : 94 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.64/23.11	c 23	SAT : 212721 SAT variables, 6155525 SAT clauses, 129825298 bytes
22.64/23.11	c 23	Heap : 94 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.64/23.16	c 23	SOLVING HOME/temp.cnf
22.64/23.16	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
77.45/78.06	c 78	DECODING HOME/temp.out WITH HOME/temp.map
77.45/78.06	c 78	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'
77.55/78.14	c 78	Decoding HOME/temp.out
77.84/78.48	s SATISFIABLE
77.95/78.51	v 2 34 27 7 1 33 38 38 6 6 13 10 43 4 0 1 14 6 2 43 2 4 12 20 11 0 0 2 5 21 39 2 4 31 34 3 24 44 3 5 9 44 4 5 10 0 2 40 13 6 6 1 12 7 9 9 38 10 7 1 28 8 16 34 36 1 8 5 2 10 11 2 15 32 3 1 5 24 15 0 11 4 5 19 11 4 6 7 29 7 43 3 13 13 0 14 13 8 11 19 14 9 26 22 4 15 15 16 44 3 39 11 5 12 41 13 29 10 18 11 10 22 18 13 17 18 19 20 21 2 3 22 42 23 5 20 7 9 8 12 13 8 21 22 14 36 0 14 28 18 15 3 17 42 41 20 12 33 4 14 10 23 20 15 27 24 17 16 41 16 0 8 30 18 19 15 27 14 16 3 27 5 21 7 39 30 22 8 9 43 21 21 9 22 40 22 26 25 30 25 26 1 17 4 0 18 8 24 42 6 17 25 24 21 43 37 20 8 19 17 26 24 6 31 28 6 11 28 22 5 7 32 28 18 25 29 29 33 11 42 27 14 10 30 43 35 22 29 21 34 8 16 29 26 26 44 27 20 32 30 16 27 31 9 37 31 13 32 28 29 31 32 20 24 9 23 17 27 11 35 33 31 23 28 29 34 40 19 19 16 33 7 42 25 17 27 20 12 29 30 24 26 4 33 34 34 10 12 34 15 35 23 34 29 1 32 31 36 32 43 37 14 44 35 35 23 32 37 37 31 36 10 24 7 39 40 18 15 25 41 40 36 40 20 33 13 38 35 16 39 37 42 23 44 12 32 34 25 25 32 26 9 44 41 25 38 35 36 38 37 38 40 28 30 33 39 40 18 19 41 27 36 39 6 44 37 38 42 41 28 39 33 37 42 38 36 37 41 43 3 7 9 2 4 1 7 2 7 7 1 2 4 0 6 4 7 4 8 8 3 3 4 2 5 0 2 1 6 4 9 8 5 1 6 8 2 1 4 5 7 2 6 3 6 5 8 4 7 5 9 6 0 8 5 6 4 4 3 3 6 6 9 6 4 4 4 4 1 0 9 8 2 6 6 7 2 3 5 8 6 5 5 9 0 3 2 0 2 6 7 2 4 4 3 9 5 9 6 9 8 3 5 7 7 7 0 1 2 7 8 6 4 5 0 7 0 3 8 9 6 6 0 7 1 8 3 4 4 8 1 3 2 4 6 8 9 8 0 1 1 8 3 5 8 9 1 3 7 3 1 3 6 1 9 8 3 7 3 9 6 1 8 2 5 5 0 7 8 2 0 0 0 3 4 3 7 4 2 3 0 8 0 3 9 4 8 6 8 3 8 4 7 7 4 3 3 8 3 4 1 2 8 9 8 7 6 7 3 6 2 0 5 6 6 4 6 0 2 7 3 4 4 3 8 4 5 2 2 5 2 0 1 1 2 8 8 1 0 1 3 7 8 2 0 7 7 1 2 1 2 5 4 9 3 0 0 1 7 2 1 9 3 5 1 2 9 7 7 8 4 7 5 1 8 8 2 6 9 7 5 4 4 3 7 7 7 8 2 6 1 2 6 8 7 4 6 8 4 0 6 7 1 0 1 0 3 7 6 6 2 1 4 5 5 3 9 1 9 3 6 3 0 9 9 3 1 4 9 7 2 3 0 2 1 3 9 8 4 4 6 0 8 6 6 8 6 6 6 7 1 4 7 7 1 3 0 1 0 9 8 6 9 3 4 6 0 8 6 3 8 8 1 5 7 9 5 4 5 1 5 0 5 2 4 2 5 5 2 3 0 0 6 0 1 1 2 1 1 1 1
77.95/78.52	c 79	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
77.95/78.54	c 79	CPU 78 (0.07 0.02 48.95 28.96)
77.95/78.54	c 79	END Sat Jul 11 19:52:47 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-2064206-1247334688/watcher-2064206-1247334688 -o /tmp/evaluation-result-2064206-1247334688/solver-2064206-1247334688 -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-2064206-1247334688.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.02 2.05 2.00 4/84 12067
/proc/meminfo: memFree=808728/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=18576 CPUtime=0
/proc/12067/stat : 12067 (runsolver) R 12065 12067 10227 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20535299 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12067/statm: 4644 284 249 26 0 2626 0

[startup+0.101674 s]
/proc/loadavg: 2.02 2.05 2.00 4/84 12067
/proc/meminfo: memFree=808728/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=0.06
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201686 s]
/proc/loadavg: 2.02 2.05 2.00 4/84 12067
/proc/meminfo: memFree=808728/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=0.06
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301697 s]
/proc/loadavg: 2.02 2.05 2.00 4/84 12067
/proc/meminfo: memFree=808728/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=0.06
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70176 s]
/proc/loadavg: 2.02 2.05 2.00 4/84 12067
/proc/meminfo: memFree=808728/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=0.06
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 2.10 2.07 2.01 3/95 12079
/proc/meminfo: memFree=770816/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=0.06
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
[pid=12070] ppid=12067 vsize=5356 CPUtime=0
/proc/12070/stat : 12070 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20535308 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12070/statm: 1339 233 193 169 0 50 0
[pid=12071] ppid=12070 vsize=866780 CPUtime=1.39
/proc/12071/stat : 12071 (java) S 12070 12067 10227 0 -1 0 18059 0 1 0 129 10 0 0 18 0 9 0 20535308 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12071/statm: 216695 15626 2556 9 0 211207 0
[pid=12071/tid=12072] ppid=12070 vsize=866780 CPUtime=0.66
/proc/12071/task/12072/stat : 12072 (java) R 12070 12067 10227 0 -1 64 3057 0 1 0 64 2 0 0 25 0 9 0 20535309 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12073] ppid=12070 vsize=866780 CPUtime=0.59
/proc/12071/task/12073/stat : 12073 (java) R 12070 12067 10227 0 -1 64 13788 0 0 0 52 7 0 0 16 0 9 0 20535310 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 104188790 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12074] ppid=12070 vsize=866780 CPUtime=0
/proc/12071/task/12074/stat : 12074 (java) S 12070 12067 10227 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20535310 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12075] ppid=12070 vsize=866780 CPUtime=0
/proc/12071/task/12075/stat : 12075 (java) S 12070 12067 10227 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20535310 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12076] ppid=12070 vsize=866780 CPUtime=0
/proc/12071/task/12076/stat : 12076 (java) S 12070 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20535312 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12077] ppid=12070 vsize=866780 CPUtime=0.12
/proc/12071/task/12077/stat : 12077 (java) S 12070 12067 10227 0 -1 64 509 0 0 0 12 0 0 0 16 0 9 0 20535312 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12078] ppid=12070 vsize=866780 CPUtime=0
/proc/12071/task/12078/stat : 12078 (java) S 12070 12067 10227 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20535312 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12071/tid=12079] ppid=12070 vsize=866780 CPUtime=0
/proc/12071/task/12079/stat : 12079 (java) S 12070 12067 10227 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20535312 887582720 15626 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 889004

[startup+3.1011 s]
/proc/loadavg: 2.10 2.07 2.01 3/95 12079
/proc/meminfo: memFree=745408/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=2.19
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1309 20507 0 1 6 1 200 12 16 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30257 s]
/proc/loadavg: 2.10 2.07 2.01 3/95 12089
/proc/meminfo: memFree=746432/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=2.19
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1309 20507 0 1 6 1 200 12 16 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
[pid=12080] ppid=12067 vsize=5356 CPUtime=0
/proc/12080/stat : 12080 (sh) S 12067 12067 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20535528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12080/statm: 1339 233 193 169 0 50 0
[pid=12081] ppid=12080 vsize=868644 CPUtime=3.94
/proc/12081/stat : 12081 (java) S 12080 12067 10227 0 -1 0 22092 0 1 0 383 11 0 0 18 0 9 0 20535528 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 217161 20509 2566 9 0 211666 0
[pid=12081/tid=12082] ppid=12080 vsize=868644 CPUtime=2.43
/proc/12081/task/12082/stat : 12082 (java) R 12080 12067 10227 0 -1 64 3226 0 1 0 241 2 0 0 25 0 9 0 20535529 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4126554523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12083] ppid=12080 vsize=868644 CPUtime=1.31
/proc/12081/task/12083/stat : 12083 (java) S 12080 12067 10227 0 -1 64 16684 0 0 0 124 7 0 0 16 0 9 0 20535531 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12080 vsize=868644 CPUtime=0
/proc/12081/task/12084/stat : 12084 (java) S 12080 12067 10227 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20535531 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12080 vsize=868644 CPUtime=0
/proc/12081/task/12085/stat : 12085 (java) S 12080 12067 10227 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20535531 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12080 vsize=868644 CPUtime=0
/proc/12081/task/12086/stat : 12086 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20535533 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12080 vsize=868644 CPUtime=0.17
/proc/12081/task/12087/stat : 12087 (java) S 12080 12067 10227 0 -1 64 1479 0 0 0 17 0 0 0 17 0 9 0 20535533 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12080 vsize=868644 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20535533 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12080 vsize=868644 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20535533 889491456 20509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890868

[startup+12.7015 s]
/proc/loadavg: 2.08 2.07 2.00 3/95 12089
/proc/meminfo: memFree=638096/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=2.19
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1310 20507 0 1 6 1 200 12 16 0 1 0 20535299 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12067/statm: 4217 1111 409 3 0 796 0
[pid=12080] ppid=12067 vsize=5356 CPUtime=0
/proc/12080/stat : 12080 (sh) S 12067 12067 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20535528 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12080/statm: 1339 233 193 169 0 50 0
[pid=12081] ppid=12080 vsize=868756 CPUtime=10.27
/proc/12081/stat : 12081 (java) S 12080 12067 10227 0 -1 0 66885 0 1 0 982 45 0 0 18 0 9 0 20535528 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12081/statm: 217189 40650 2593 9 0 211666 0
[pid=12081/tid=12082] ppid=12080 vsize=868756 CPUtime=5.39
/proc/12081/task/12082/stat : 12082 (java) R 12080 12067 10227 0 -1 64 4693 0 1 0 524 15 0 0 25 0 9 0 20535529 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4126922987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12083] ppid=12080 vsize=868756 CPUtime=4.58
/proc/12081/task/12083/stat : 12083 (java) S 12080 12067 10227 0 -1 64 59959 0 0 0 430 28 0 0 16 0 9 0 20535531 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12084] ppid=12080 vsize=868756 CPUtime=0
/proc/12081/task/12084/stat : 12084 (java) S 12080 12067 10227 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20535531 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12085] ppid=12080 vsize=868756 CPUtime=0
/proc/12081/task/12085/stat : 12085 (java) S 12080 12067 10227 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20535531 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12086] ppid=12080 vsize=868756 CPUtime=0
/proc/12081/task/12086/stat : 12086 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20535533 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12087] ppid=12080 vsize=868756 CPUtime=0.26
/proc/12081/task/12087/stat : 12087 (java) S 12080 12067 10227 0 -1 64 1530 0 0 0 26 0 0 0 16 0 9 0 20535533 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12088] ppid=12080 vsize=868756 CPUtime=0
/proc/12081/task/12088/stat : 12088 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20535533 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12081/tid=12089] ppid=12080 vsize=868756 CPUtime=0
/proc/12081/task/12089/stat : 12089 (java) S 12080 12067 10227 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20535533 889606144 40650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890980

[startup+25.5013 s]
/proc/loadavg: 2.15 2.08 2.01 3/87 12091
/proc/meminfo: memFree=636624/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=12176 CPUtime=2.31
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 2902 0 0 0 107 124 0 0 25 0 1 0 20537616 12468224 2888 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 3044 2888 40 102 0 2939 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 34400

[startup+51.102 s]
/proc/loadavg: 2.10 2.07 2.01 3/87 12091
/proc/meminfo: memFree=501392/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=134288 CPUtime=27.89
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 30741 0 0 0 1294 1495 0 0 25 0 1 0 20537616 137510912 30727 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 33572 30727 40 102 0 33467 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 156512

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

[startup+51.203 s]
/proc/loadavg: 2.10 2.07 2.01 3/87 12091
/proc/meminfo: memFree=501392/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=134684 CPUtime=27.99
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 30852 0 0 0 1298 1501 0 0 25 0 1 0 20537616 137916416 30838 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 33671 30838 40 102 0 33566 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 156908

[startup+64.0018 s]
/proc/loadavg: 2.08 2.07 2.00 3/87 12091
/proc/meminfo: memFree=445456/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=197400 CPUtime=40.78
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 44379 0 0 0 1890 2188 0 0 25 0 1 0 20537616 202137600 44365 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 49350 44365 40 102 0 49245 0
Current children cumulated CPU time (s) 63.45
Current children cumulated vsize (KiB) 219624

[startup+70.4018 s]
/proc/loadavg: 2.07 2.07 2.00 3/87 12091
/proc/meminfo: memFree=417424/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=220764 CPUtime=47.18
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 51179 0 0 0 2185 2533 0 0 25 0 1 0 20537616 226062336 51165 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 55191 51165 40 102 0 55086 0
Current children cumulated CPU time (s) 69.85
Current children cumulated vsize (KiB) 242988

[startup+73.6012 s]
/proc/loadavg: 2.06 2.07 2.00 3/87 12091
/proc/meminfo: memFree=407952/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=232512 CPUtime=50.38
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 54590 0 0 0 2329 2709 0 0 25 0 1 0 20537616 238092288 54576 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 58128 54576 40 102 0 58023 0
Current children cumulated CPU time (s) 73.05
Current children cumulated vsize (KiB) 254736

[startup+76.8017 s]
/proc/loadavg: 2.06 2.07 2.00 5/87 12091
/proc/meminfo: memFree=380496/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=240600 CPUtime=53.58
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 56025 0 0 0 2595 2763 0 0 25 0 1 0 20537616 246374400 55936 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 60150 55936 42 102 0 60045 0
Current children cumulated CPU time (s) 76.25
Current children cumulated vsize (KiB) 262824

[startup+77.6028 s]
/proc/loadavg: 2.06 2.06 2.00 3/87 12091
/proc/meminfo: memFree=371280/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=22.67
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1365 87936 0 2 6 1 2135 125 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12090] ppid=12067 vsize=5356 CPUtime=0
/proc/12090/stat : 12090 (sh) S 12067 12067 10227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20537616 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12090/statm: 1339 232 193 169 0 50 0
[pid=12091] ppid=12090 vsize=240604 CPUtime=54.37
/proc/12091/stat : 12091 (picosat) R 12090 12067 10227 0 -1 4194304 56113 0 0 0 2674 2763 0 0 25 0 1 0 20537616 246378496 56024 996147200 134512640 134931368 4294956256 18446744073709551615 134678722 0 0 4096 0 0 0 0 17 0 0 0
/proc/12091/statm: 60151 56024 47 102 0 60046 0
Current children cumulated CPU time (s) 77.04
Current children cumulated vsize (KiB) 262828

[startup+78.4029 s]
/proc/loadavg: 2.06 2.06 2.00 3/91 12097
/proc/meminfo: memFree=591344/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=77.52
/proc/12067/stat : 12067 (sugar) S 12065 12067 10227 0 -1 4194304 1446 144335 0 2 6 1 4852 2893 16 0 1 0 20535299 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12067/statm: 4217 1113 409 3 0 796 0
[pid=12092] ppid=12067 vsize=5356 CPUtime=0
/proc/12092/stat : 12092 (sh) S 12067 12067 10227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20543106 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12092/statm: 1339 233 193 169 0 50 0
[pid=12093] ppid=12092 vsize=862288 CPUtime=0.32
/proc/12093/stat : 12093 (java) S 12092 12067 10227 0 -1 0 3188 0 1 0 30 2 0 0 19 0 9 0 20543106 882982912 2652 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12093/statm: 215572 2652 1287 9 0 210485 0
[pid=12093/tid=12094] ppid=12092 vsize=862288 CPUtime=0.25
/proc/12093/task/12094/stat : 12094 (java) R 12092 12067 10227 0 -1 64 2061 0 1 0 24 1 0 0 25 0 9 0 20543107 882982912 2652 996147200 134512640 134550932 4294955984 18446744073709551615 4126514332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12093/tid=12095] ppid=12092 vsize=862288 CPUtime=0
/proc/12093/task/12095/stat : 12095 (java) S 12092 12067 10227 0 -1 64 120 0 0 0 0 0 0 0 16 0 9 0 20543108 882982912 2652 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12093/tid=12096] ppid=12092 vsize=862288 CPUtime=0
/proc/12093/task/12096/stat : 12096 (java) S 12092 12067 10227 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20543109 882982912 2652 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12093/tid=12097] ppid=12092 vsize=862288 CPUtime=0
/proc/12093/task/12097/stat : 12097 (java) S 12092 12067 10227 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20543109 882982912 2652 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.84
Current children cumulated vsize (KiB) 884512

[startup+78.6029 s]
/proc/loadavg: 2.06 2.06 2.00 3/91 12097
/proc/meminfo: memFree=591344/2055920 swapFree=4192952/4192956
[pid=12067] ppid=12065 vsize=16868 CPUtime=78.06
/proc/12067/stat : 12067 (sugar) R 12065 12067 10227 0 -1 4194304 1477 148339 0 3 7 8 4895 2896 16 0 1 0 20535299 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12067/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 78.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 78.6067
CPU time (s): 78.0751
CPU user time (s): 49.0275
CPU system time (s): 29.0476
CPU usage (%): 99.3238
Max. virtual memory (cumulated for all children) (KiB): 912360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0275
system time used= 29.0476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149876
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= 7453
involuntary context switches= 7970

runsolver used 0.095985 second user time and 0.290955 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 19:51:28
IDJOB=2064206
IDBENCH=54132
IDSOLVER=738
FILE ID=node22/2064206-1247334688
PBS_JOBID= 9506583
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 645b4d5985800c441d40903d8a951448
RANDOM SEED=283602170

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:        809144 kB
Buffers:         49108 kB
Cached:         787288 kB
SwapCached:          4 kB
Active:         606824 kB
Inactive:       585980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        809144 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            6560 kB
Writeback:           0 kB
Mapped:         372156 kB
Slab:            38672 kB
Committed_AS:   833608 kB
PageTables:       2388 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:52:47