Trace number 2064096

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 77.5662 78.1369

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-12.xml
MD5SUMd1654ea43962c938fe22704df22159b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.5614
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28400
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28200
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:39:48 2009
0.00/0.08	c 0	PID 15425
0.07/0.08	c 0	HOST node3.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2064096-1247333987.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-2064096-1247333987.xml' 'HOME/temp.csp'
1.56/1.69	c 1	19 domains, 800 variables, 1 predicates, 0 relations, 28400 constraints
1.65/1.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.65/1.79	c 1	Parsing HOME/temp.csp
1.66/2.09	c 2	parsed 10000 expressions
2.13/2.24	c 2	parsed 20000 expressions
2.33/2.40	c 2	parsed 29220 expressions
2.33/2.41	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.41	c 2	Converting to clausal form CSP
2.83/2.90	c 2	converted 2922 (10%) expressions
3.01/3.11	c 3	converted 5844 (20%) expressions
3.22/3.32	c 3	converted 8766 (30%) expressions
3.52/3.67	c 3	converted 11688 (40%) expressions
3.72/3.88	c 3	converted 14610 (50%) expressions
3.91/4.09	c 4	converted 17532 (60%) expressions
4.10/4.30	c 4	converted 20454 (70%) expressions
4.60/4.76	c 4	converted 23376 (80%) expressions
4.81/4.96	c 4	converted 26298 (90%) expressions
6.29/6.47	c 6	converted 29220 (100%) expressions
6.29/6.47	c 6	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
6.29/6.47	c 6	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.29/6.47	c 6	Propagation in CSP
6.49/6.66	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.49/6.66	c 6	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
6.49/6.66	c 6	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.49/6.68	c 6	Simplifing CSP by introducing new Boolean variables
7.99/8.14	c 8	CSP : 800 integers, 159159 booleans, 216976 clauses, largest domain size 45
7.99/8.14	c 8	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.69/8.88	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.78/8.93	c 8	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
8.78/8.94	c 8	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
8.78/8.94	c 8	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
8.78/8.95	c 8	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
8.78/8.95	c 8	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
8.78/8.96	c 8	480 (60%) CSP integer variables are encoded (17225 clauses, 236733 bytes)
8.78/8.96	c 8	560 (70%) CSP integer variables are encoded (17261 clauses, 237273 bytes)
8.78/8.96	c 8	640 (80%) CSP integer variables are encoded (17289 clauses, 237693 bytes)
8.78/8.96	c 8	720 (90%) CSP integer variables are encoded (17331 clauses, 238323 bytes)
8.78/8.96	c 8	800 (100%) CSP integer variables are encoded (17368 clauses, 238878 bytes)
9.77/9.97	c 9	21698 (10%) CSP clauses are encoded (462763 clauses, 8918718 bytes)
10.66/10.87	c 10	43396 (20%) CSP clauses are encoded (919028 clauses, 18126811 bytes)
11.56/11.77	c 11	65093 (30%) CSP clauses are encoded (1369580 clauses, 27247673 bytes)
12.45/12.67	c 12	86791 (40%) CSP clauses are encoded (1810599 clauses, 36224476 bytes)
13.35/13.59	c 13	108488 (50%) CSP clauses are encoded (2259846 clauses, 45591018 bytes)
14.34/14.56	c 14	130186 (60%) CSP clauses are encoded (2708441 clauses, 55676608 bytes)
15.62/15.86	c 15	151884 (70%) CSP clauses are encoded (3363387 clauses, 69631655 bytes)
16.91/17.15	c 17	173581 (80%) CSP clauses are encoded (4018552 clauses, 83674726 bytes)
18.20/18.42	c 18	195279 (90%) CSP clauses are encoded (4673938 clauses, 97729176 bytes)
19.39/19.70	c 19	216976 (100%) CSP clauses are encoded (5329499 clauses, 111739195 bytes)
19.39/19.70	c 19	216976 CSP clauses encoded
19.39/19.70	c 19	Writing map file : HOME/temp.map
19.49/19.73	c 19	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.49/19.73	c 19	SAT : 177141 SAT variables, 5329499 SAT clauses, 111739195 bytes
19.49/19.73	c 19	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.49/19.79	c 19	SOLVING HOME/temp.cnf
19.49/19.79	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
76.97/77.59	c 77	DECODING HOME/temp.out WITH HOME/temp.map
76.97/77.59	c 77	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.07/77.68	c 77	Decoding HOME/temp.out
77.07/77.98	s SATISFIABLE
77.45/78.01	v 24 31 19 38 5 5 8 26 38 3 32 42 18 12 37 14 31 15 28 33 6 38 16 10 33 38 8 33 14 2 16 32 18 23 42 36 20 44 3 2 24 24 3 12 38 13 1 17 8 0 7 4 7 7 8 41 11 24 14 35 29 1 44 5 27 6 20 7 12 21 26 9 40 39 19 37 15 22 42 8 2 1 26 13 23 37 39 38 4 43 13 41 6 10 21 10 39 22 9 12 42 36 20 44 9 44 4 41 7 10 27 9 27 9 12 11 43 21 23 8 2 43 4 7 6 24 5 13 25 21 17 18 27 36 26 38 14 10 1 41 5 37 15 25 9 20 18 20 16 8 31 38 19 35 18 18 36 22 24 36 42 31 37 7 35 30 37 14 43 17 24 33 4 3 13 37 10 0 16 2 34 13 17 11 5 10 24 17 1 3 39 1 1 19 6 30 21 24 30 15 0 23 20 15 29 40 1 18 21 22 13 0 43 1 6 16 22 35 33 18 13 3 40 28 12 16 30 11 24 0 39 41 2 25 31 26 44 16 0 17 34 30 5 23 14 11 34 20 2 23 25 7 0 10 29 4 28 3 21 27 11 26 4 6 4 41 19 29 39 14 28 32 0 27 31 41 7 10 15 22 18 29 3 32 34 32 30 33 28 43 34 41 32 20 33 9 40 19 9 25 42 22 44 2 9 30 27 31 36 33 28 3 34 11 35 44 35 35 25 17 30 21 26 37 8 4 27 12 23 39 41 22 8 28 7 19 17 29 34 2 38 33 42 27 15 10 23 14 5 34 15 6 28 15 5 39 16 41 14 13 40 4 31 44 6 11 29 36 39 40 34 21 28 43 30 12 18 43 11 25 31 40 19 14 36 29 44 22 38 43 42 11 40 32 42 35 34 32 43 36 2 8 6 3 7 0 0 8 9 6 8 2 3 6 4 2 9 8 7 1 5 2 8 6 4 0 8 6 8 8 6 0 5 4 4 9 5 4 2 9 3 4 0 4 8 7 9 3 5 9 3 2 0 4 7 9 7 7 0 1 7 5 1 9 8 9 8 9 9 7 4 8 3 3 7 8 3 7 0 3 6 3 9 8 6 1 8 5 7 0 9 5 1 0 6 3 9 6 6 8 9 2 6 8 3 5 3 1 5 2 3 9 5 5 2 8 9 4 9 6 1 8 8 1 4 0 8 4 8 5 8 9 4 5 3 1 3 8 0 7 6 9 2 7 4 3 1 4 0 9 2 7 8 8 0 2 3 3 1 0 8 0 3 7 0 9 5 9 2 4 6 7 5 9 5 6 7 3 9 3 7 2 9 6 5 9 5 1 8 4 0 1 6 9 8 8 8 8 6 6 2 0 9 0 3 0 7 4 9 8 6 5 1 4 3 4 9 9 9 7 3 5 9 8 1 2 7 4 9 6 2 2 7 6 6 2 9 5 8 2 5 4 1 8 7 9 9 2 4 3 9 6 7 4 9 9 9 3 3 9 1 0 6 7 1 4 1 8 7 6 2 3 0 7 4 6 2 5 7 4 8 0 7 4 1 9 1 8 4 4 3 0 1 7 3 1 2 2 0 0 7 1 3 2 7 0 1 1 6 2 5 8 4 0 3 0 4 2 4 0 5 0 6 0 2 0 6 0 2 6 3 2 4 0 8 4 6 6 0 0 4 0 3 2 9 1 1 1 2 8 1 2 6 4 4 4 7 8 5 1 6 4 7 2 6 2 1 8 1 1 2 2 3 3 3 5 6 6 3 3 3 4 3 4 4 4 6 5 6 5 6 5 8 5 5 6 6 6 7 7
77.45/78.02	c 77	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
77.45/78.08	c 78	CPU 77.48 (0.07 0.01 50.48 26.92)
77.45/78.08	c 78	END Sat Jul 11 19:41:06 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-2064096-1247333987/watcher-2064096-1247333987 -o /tmp/evaluation-result-2064096-1247333987/solver-2064096-1247333987 -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-2064096-1247333987.xml 

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


[startup+0 s]
/proc/loadavg: 1.90 1.97 1.99 4/83 15425
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=12000 CPUtime=0
/proc/15425/stat : 15425 (sugar) R 15423 15425 15388 0 -1 4194304 204 0 0 0 0 0 0 0 22 0 1 0 20466315 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 233632644597 0 0 4224 0 0 0 0 17 1 0 0
/proc/15425/statm: 3000 172 133 3 0 100 0

[startup+0.0825671 s]
/proc/loadavg: 1.90 1.97 1.99 4/83 15425
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16740 CPUtime=0.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20466315 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10384 s]
/proc/loadavg: 1.90 1.97 1.99 4/83 15425
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=0.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302187 s]
/proc/loadavg: 1.90 1.97 1.99 4/83 15425
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=0.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702251 s]
/proc/loadavg: 1.90 1.97 1.99 4/83 15425
/proc/meminfo: memFree=1744584/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=0.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 1.90 1.97 1.99 3/94 15437
/proc/meminfo: memFree=1709488/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=0.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
[pid=15428] ppid=15425 vsize=5356 CPUtime=0
/proc/15428/stat : 15428 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20466324 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15428/statm: 1339 233 193 169 0 50 0
[pid=15429] ppid=15428 vsize=864760 CPUtime=1.39
/proc/15429/stat : 15429 (java) S 15428 15425 15388 0 -1 0 15961 0 1 0 130 9 0 0 18 0 9 0 20466324 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15429/statm: 216190 13982 2557 9 0 210702 0
[pid=15429/tid=15430] ppid=15428 vsize=864760 CPUtime=0.78
/proc/15429/task/15430/stat : 15430 (java) R 15428 15425 15388 0 -1 64 3069 0 1 0 75 3 0 0 25 0 9 0 20466325 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4126739542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15431] ppid=15428 vsize=864760 CPUtime=0.46
/proc/15429/task/15431/stat : 15431 (java) S 15428 15425 15388 0 -1 64 11660 0 0 0 41 5 0 0 16 0 9 0 20466327 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15432] ppid=15428 vsize=864760 CPUtime=0
/proc/15429/task/15432/stat : 15432 (java) S 15428 15425 15388 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20466327 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15433] ppid=15428 vsize=864760 CPUtime=0
/proc/15429/task/15433/stat : 15433 (java) S 15428 15425 15388 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20466327 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15434] ppid=15428 vsize=864760 CPUtime=0
/proc/15429/task/15434/stat : 15434 (java) S 15428 15425 15388 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20466329 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15435] ppid=15428 vsize=864760 CPUtime=0.13
/proc/15429/task/15435/stat : 15435 (java) S 15428 15425 15388 0 -1 64 527 0 0 0 13 0 0 0 16 0 9 0 20466329 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15436] ppid=15428 vsize=864760 CPUtime=0
/proc/15429/task/15436/stat : 15436 (java) S 15428 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20466329 885514240 13982 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15429/tid=15437] ppid=15428 vsize=864760 CPUtime=0
/proc/15429/task/15437/stat : 15437 (java) S 15428 15425 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20466329 885514240 13982 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) 886984

[startup+3.10163 s]
/proc/loadavg: 1.90 1.97 1.99 4/94 15447
/proc/meminfo: memFree=1731568/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=1.66
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1309 16485 0 1 6 1 149 10 15 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
[pid=15438] ppid=15425 vsize=5356 CPUtime=0
/proc/15438/stat : 15438 (sh) S 15425 15425 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20466487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15438/statm: 1339 233 193 169 0 50 0
[pid=15439] ppid=15438 vsize=868612 CPUtime=1.35
/proc/15439/stat : 15439 (java) S 15438 15425 15388 0 -1 0 10927 0 1 0 130 5 0 0 18 0 9 0 20466487 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15439/statm: 217153 9954 2566 9 0 211658 0
[pid=15439/tid=15440] ppid=15438 vsize=868612 CPUtime=0.8
/proc/15439/task/15440/stat : 15440 (java) R 15438 15425 15388 0 -1 64 2712 0 1 0 79 1 0 0 24 0 9 0 20466488 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4126479021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15441] ppid=15438 vsize=868612 CPUtime=0.37
/proc/15439/task/15441/stat : 15441 (java) S 15438 15425 15388 0 -1 64 6065 0 0 0 35 2 0 0 16 0 9 0 20466489 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15438 15425 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20466489 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15438 15425 15388 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20466489 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15444] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15438 15425 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20466491 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15438 vsize=868612 CPUtime=0.16
/proc/15439/task/15445/stat : 15445 (java) S 15438 15425 15388 0 -1 64 1448 0 0 0 16 0 0 0 16 0 9 0 20466491 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20466491 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20466492 889458688 9954 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890836

[startup+6.30115 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 15447
/proc/meminfo: memFree=1671216/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=1.66
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1309 16485 0 1 6 1 149 10 15 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
[pid=15438] ppid=15425 vsize=5356 CPUtime=0
/proc/15438/stat : 15438 (sh) S 15425 15425 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20466487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15438/statm: 1339 233 193 169 0 50 0
[pid=15439] ppid=15438 vsize=868612 CPUtime=4.53
/proc/15439/stat : 15439 (java) S 15438 15425 15388 0 -1 0 24643 0 1 0 440 13 0 0 18 0 9 0 20466487 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15439/statm: 217153 22991 2566 9 0 211658 0
[pid=15439/tid=15440] ppid=15438 vsize=868612 CPUtime=2.62
/proc/15439/task/15440/stat : 15440 (java) R 15438 15425 15388 0 -1 64 3708 0 1 0 259 3 0 0 25 0 9 0 20466488 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15441] ppid=15438 vsize=868612 CPUtime=1.72
/proc/15439/task/15441/stat : 15441 (java) R 15438 15425 15388 0 -1 64 18762 0 0 0 163 9 0 0 16 0 9 0 20466489 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 102146328 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15438 15425 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20466489 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15438 15425 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20466489 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15444] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15438 15425 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20466491 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15438 vsize=868612 CPUtime=0.17
/proc/15439/task/15445/stat : 15445 (java) S 15438 15425 15388 0 -1 64 1471 0 0 0 17 0 0 0 17 0 9 0 20466491 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20466491 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15438 vsize=868612 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20466492 889458688 22991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890836

[startup+12.7012 s]
/proc/loadavg: 1.99 1.99 1.99 3/94 15447
/proc/meminfo: memFree=1574192/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=1.66
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1310 16485 0 1 6 1 149 10 16 0 1 0 20466315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1111 409 3 0 796 0
[pid=15438] ppid=15425 vsize=5356 CPUtime=0
/proc/15438/stat : 15438 (sh) S 15425 15425 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20466487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15438/statm: 1339 233 193 169 0 50 0
[pid=15439] ppid=15438 vsize=868724 CPUtime=10.9
/proc/15439/stat : 15439 (java) S 15438 15425 15388 0 -1 0 51937 0 1 0 1043 47 0 0 18 0 9 0 20466487 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15439/statm: 217181 36242 2593 9 0 211658 0
[pid=15439/tid=15440] ppid=15438 vsize=868724 CPUtime=6.78
/proc/15439/task/15440/stat : 15440 (java) R 15438 15425 15388 0 -1 64 4714 0 1 0 654 24 0 0 25 0 9 0 20466488 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15441] ppid=15438 vsize=868724 CPUtime=3.83
/proc/15439/task/15441/stat : 15441 (java) R 15438 15425 15388 0 -1 64 44998 0 0 0 362 21 0 0 15 0 9 0 20466489 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 102142134 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15438 vsize=868724 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15438 15425 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20466489 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15438 vsize=868724 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15438 15425 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20466489 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15444] ppid=15438 vsize=868724 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15438 15425 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20466491 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15438 vsize=868724 CPUtime=0.25
/proc/15439/task/15445/stat : 15445 (java) S 15438 15425 15388 0 -1 64 1523 0 0 0 25 0 0 0 16 0 9 0 20466491 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15438 vsize=868724 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20466491 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15438 vsize=868724 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15438 15425 15388 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20466492 889573376 36242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890948

[startup+25.5023 s]
/proc/loadavg: 2.06 2.00 2.00 3/86 15449
/proc/meminfo: memFree=1602864/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=27976 CPUtime=5.65
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 6089 0 0 0 253 312 0 0 25 0 1 0 20468294 28647424 6075 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 6994 6075 40 102 0 6889 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 50200

[startup+51.1024 s]
/proc/loadavg: 2.04 2.00 2.00 3/86 15449
/proc/meminfo: memFree=1497648/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=138496 CPUtime=31.13
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 31726 0 0 0 1424 1689 0 0 25 0 1 0 20468294 141819904 31712 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 34624 31712 40 102 0 34519 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 160720

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

[startup+63.9015 s]
/proc/loadavg: 2.19 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1443952/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=197912 CPUtime=43.87
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 44285 0 0 0 2013 2374 0 0 25 0 1 0 20468294 202661888 44271 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 49478 44271 40 102 0 49373 0
Current children cumulated CPU time (s) 63.44
Current children cumulated vsize (KiB) 220136

[startup+70.3015 s]
/proc/loadavg: 2.16 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1426736/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=213056 CPUtime=50.23
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 48278 0 0 0 2441 2582 0 0 25 0 1 0 20468294 218169344 48230 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 53264 48230 48 102 0 53159 0
Current children cumulated CPU time (s) 69.8
Current children cumulated vsize (KiB) 235280

[startup+73.502 s]
/proc/loadavg: 2.16 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1426288/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=215104 CPUtime=53.41
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 48313 0 0 0 2759 2582 0 0 25 0 1 0 20468294 220266496 48265 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 53776 48265 48 102 0 53671 0
Current children cumulated CPU time (s) 72.98
Current children cumulated vsize (KiB) 237328

[startup+76.7025 s]
/proc/loadavg: 2.15 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1425648/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=215104 CPUtime=56.6
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 48327 0 0 0 3078 2582 0 0 25 0 1 0 20468294 220266496 48279 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 53776 48279 48 102 0 53671 0
Current children cumulated CPU time (s) 76.17
Current children cumulated vsize (KiB) 237328

[startup+77.5017 s]
/proc/loadavg: 2.15 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1425456/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=19.57
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1365 68888 0 2 6 1 1847 103 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
[pid=15448] ppid=15425 vsize=5356 CPUtime=0
/proc/15448/stat : 15448 (sh) S 15425 15425 15388 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20468294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15448/statm: 1339 232 193 169 0 50 0
[pid=15449] ppid=15448 vsize=215108 CPUtime=57.4
/proc/15449/stat : 15449 (picosat) R 15448 15425 15388 0 -1 4194304 48362 0 0 0 3158 2582 0 0 25 0 1 0 20468294 220270592 48314 996147200 134512640 134931368 4294956256 18446744073709551615 134533679 0 0 4096 0 0 0 0 17 1 0 0
/proc/15449/statm: 53777 48314 52 102 0 53672 0
Current children cumulated CPU time (s) 76.97
Current children cumulated vsize (KiB) 237332

[startup+77.9017 s]
/proc/loadavg: 2.15 2.03 2.01 3/86 15449
/proc/meminfo: memFree=1425456/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=77.07
/proc/15425/stat : 15425 (sugar) S 15423 15425 15388 0 -1 4194304 1446 117536 0 2 6 1 5011 2689 16 0 1 0 20466315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15425/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 77.07
Current children cumulated vsize (KiB) 16868

[startup+78.1068 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 15459
/proc/meminfo: memFree=1611696/2055920 swapFree=4192812/4192956
[pid=15425] ppid=15423 vsize=16868 CPUtime=77.51
/proc/15425/stat : 15425 (sugar) R 15423 15425 15388 0 -1 4194304 1477 121535 0 3 7 4 5048 2692 16 0 1 0 20466315 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15425/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 77.51
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 78.1369
CPU time (s): 77.5662
CPU user time (s): 50.5583
CPU system time (s): 27.0079
CPU usage (%): 99.2696
Max. virtual memory (cumulated for all children) (KiB): 911324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5583
system time used= 27.0079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123072
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= 7115
involuntary context switches= 8106

runsolver used 0.075988 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 19:39:47
IDJOB=2064096
IDBENCH=54122
IDSOLVER=738
FILE ID=node3/2064096-1247333987
PBS_JOBID= 9506734
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= d1654ea43962c938fe22704df22159b5
RANDOM SEED=220861342

node3.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.259
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.259
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:       1745064 kB
Buffers:         10628 kB
Cached:          74228 kB
SwapCached:        144 kB
Active:         230744 kB
Inactive:        25032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5340 kB
Writeback:           0 kB
Mapped:         186452 kB
Slab:            40176 kB
Committed_AS:   850240 kB
PageTables:       2044 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 node3 at 2009-07-11 19:41:06