Trace number 2064118

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 149.487 151.473

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark149.487
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sat Jul 11 19:42:10 2009
0.06/0.08	c 0	PID 13519
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064118-1247334129.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064118-1247334129.xml' 'HOME/temp.csp'
3.43/3.52	c 3	28 domains, 800 variables, 1 predicates, 0 relations, 64077 constraints
3.43/3.54	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.43/3.54	c 4	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'
3.47/3.62	c 4	Parsing HOME/temp.csp
3.47/3.79	c 4	parsed 10000 expressions
3.47/3.94	c 4	parsed 20000 expressions
3.47/4.11	c 4	parsed 30000 expressions
3.47/4.29	c 4	parsed 40000 expressions
4.20/4.40	c 4	parsed 50000 expressions
4.51/4.66	c 5	parsed 60000 expressions
4.61/4.71	c 5	parsed 64906 expressions
4.61/4.72	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.61/4.72	c 5	Converting to clausal form CSP
5.21/5.39	c 5	converted 6491 (10%) expressions
5.99/6.19	c 6	converted 12982 (20%) expressions
6.59/6.70	c 7	converted 19472 (30%) expressions
7.08/7.21	c 7	converted 25963 (40%) expressions
7.97/8.14	c 8	converted 32453 (50%) expressions
8.47/8.63	c 9	converted 38944 (60%) expressions
8.96/9.16	c 9	converted 45435 (70%) expressions
9.45/9.69	c 10	converted 51925 (80%) expressions
10.05/10.20	c 10	converted 58416 (90%) expressions
12.82/13.04	c 13	converted 64906 (100%) expressions
12.82/13.04	c 13	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
12.82/13.04	c 13	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.82/13.04	c 13	Propagation in CSP
13.12/13.36	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.12/13.36	c 13	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
13.12/13.36	c 13	Heap : 145 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.22/13.41	c 13	Simplifing CSP by introducing new Boolean variables
16.28/16.58	c 17	CSP : 800 integers, 339323 booleans, 448230 clauses, largest domain size 45
16.28/16.58	c 17	Heap : 238 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.77/18.01	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.77/18.07	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.77/18.07	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.77/18.08	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.77/18.08	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.77/18.09	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.86/18.10	c 18	480 (60%) CSP integer variables are encoded (17342 clauses, 238488 bytes)
17.86/18.10	c 18	560 (70%) CSP integer variables are encoded (17486 clauses, 240648 bytes)
17.86/18.11	c 18	640 (80%) CSP integer variables are encoded (17651 clauses, 243123 bytes)
17.86/18.11	c 18	720 (90%) CSP integer variables are encoded (17867 clauses, 246363 bytes)
17.86/18.12	c 18	800 (100%) CSP integer variables are encoded (17995 clauses, 248283 bytes)
19.74/20.03	c 20	44823 (10%) CSP clauses are encoded (893157 clauses, 17218767 bytes)
21.64/21.92	c 22	89646 (20%) CSP clauses are encoded (1774170 clauses, 35002443 bytes)
23.49/23.88	c 24	134469 (30%) CSP clauses are encoded (2649786 clauses, 53388958 bytes)
25.47/25.86	c 26	179292 (40%) CSP clauses are encoded (3533971 clauses, 72263089 bytes)
27.45/27.81	c 28	224115 (50%) CSP clauses are encoded (4403160 clauses, 90908461 bytes)
29.38/29.95	c 30	268938 (60%) CSP clauses are encoded (5277183 clauses, 110076319 bytes)
31.35/31.97	c 32	313761 (70%) CSP clauses are encoded (6156033 clauses, 129946676 bytes)
34.00/34.86	c 35	358584 (80%) CSP clauses are encoded (7505940 clauses, 158747091 bytes)
36.67/37.52	c 37	403407 (90%) CSP clauses are encoded (8859807 clauses, 187645160 bytes)
39.32/40.22	c 40	448230 (100%) CSP clauses are encoded (10214202 clauses, 216747115 bytes)
39.32/40.22	c 40	448230 CSP clauses encoded
39.32/40.22	c 40	Writing map file : HOME/temp.map
39.32/40.26	c 40	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.32/40.26	c 40	SAT : 358100 SAT variables, 10214202 SAT clauses, 216747115 bytes
39.32/40.26	c 40	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.38/40.34	c 40	SOLVING HOME/temp.cnf
39.38/40.34	c 40	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
148.63/150.61	c 151	DECODING HOME/temp.out WITH HOME/temp.map
148.63/150.61	c 151	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'
148.63/150.69	c 151	Decoding HOME/temp.out
148.64/151.27	s SATISFIABLE
148.64/151.31	v 36 5 25 38 7 22 17 32 1 43 12 37 22 41 28 23 11 43 42 6 7 44 30 3 3 40 44 14 19 4 3 5 20 26 1 33 8 22 6 0 1 30 33 30 29 10 0 1 0 12 5 15 4 42 40 8 5 5 13 17 44 6 1 12 0 7 2 12 41 14 6 2 1 6 35 0 16 34 26 18 25 40 12 4 24 0 11 22 5 20 4 42 16 36 2 27 37 4 7 34 14 9 31 27 29 32 14 9 6 4 38 25 10 17 4 32 41 18 33 8 13 10 21 7 7 37 8 39 27 7 32 7 11 42 11 16 15 19 12 14 10 16 13 20 17 26 20 13 17 10 40 14 39 15 12 27 36 24 14 10 8 0 19 23 15 33 23 16 37 38 23 1 20 34 20 1 11 19 15 21 16 11 18 36 8 4 43 30 30 22 39 14 21 6 29 13 20 1 5 15 33 29 6 29 21 21 2 22 42 19 2 17 28 24 25 24 19 0 18 35 26 22 29 31 3 34 26 27 28 24 0 4 39 26 23 2 22 27 32 10 28 39 25 4 25 16 32 34 27 24 6 17 41 11 26 2 28 38 12 18 3 31 11 22 41 36 2 10 15 8 30 28 33 39 3 13 30 19 30 24 31 23 36 39 31 17 44 13 26 31 32 14 9 32 27 33 16 18 19 29 5 16 33 2 9 33 23 43 19 35 38 35 5 3 22 11 0 15 35 9 27 35 36 11 44 31 21 30 31 18 38 18 36 30 9 29 15 35 20 43 40 38 40 1 13 34 31 3 41 8 35 37 28 38 9 35 44 23 23 41 39 36 29 25 35 8 28 5 9 42 44 21 32 21 36 8 40 9 7 43 25 37 43 6 20 43 18 24 12 43 10 34 39 24 37 42 3 21 44 17 4 7 7 3 3 8 7 5 2 7 1 8 2 7 2 8 5 4 7 6 6 4 4 6 9 3 2 0 7 1 2 3 8 8 1 2 2 4 8 9 9 0 8 1 3 0 8 8 0 6 2 2 2 8 7 8 6 4 3 6 6 2 3 7 4 0 4 3 4 1 7 8 4 5 8 1 5 2 1 8 1 9 4 9 6 3 8 0 9 7 7 4 3 3 7 0 6 6 7 7 8 0 7 8 8 0 4 4 0 5 4 2 3 2 8 7 2 7 1 5 7 6 0 5 8 7 6 9 3 4 3 2 7 3 4 7 6 2 5 6 4 8 8 6 0 2 1 6 3 9 4 3 6 3 2 1 0 7 7 2 1 7 3 3 4 6 9 9 4 2 4 7 4 4 2 6 3 6 1 8 0 6 2 7 3 4 8 8 3 3 1 2 3 3 4 0 5 0 5 8 0 0 4 9 5 6 0 1 2 0 3 1 1 3 4 8 8 2 0 0 3 6 7 8 0 6 0 7 4 0 5 3 3 7 0 5 5 6 2 8 6 0 6 0 3 6 6 8 2 9 9 5 5 2 6 2 9 1 8 4 1 9 9 7 6 2 9 7 5 4 5 8 7 4 4 5 9 4 2 1 6 6 5 7 0 4 7 4 4 1 8 9 5 4 5 4 4 3 5 6 1 2 5 6 8 3 1 2 1 4 7 5 0 8 9 0 6 7 6 2 4 7 8 1 8 4 4 6 3 6 6 5 6 7 6 1 0 3 3 1 8 0 2 5 2 3 2 7 8 9 9 3 7 8 7 1 1 2 7 3 8 9 2 5 2 0 3 8 9 1 5 7 1 1 1 7 6 3 1 6 8 0 0 1 9 3 9 4 9 9 1 1 2 2 2 6 3 2 3 8
148.64/151.31	c 151	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
148.64/151.36	c 151	CPU 149.34 (0.06 0.01 97.32 51.95)
148.64/151.36	c 151	END Sat Jul 11 19:44:41 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-2064118-1247334129/watcher-2064118-1247334129 -o /tmp/evaluation-result-2064118-1247334129/solver-2064118-1247334129 -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-2064118-1247334129.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.23 2.21 2.04 4/82 13519
/proc/meminfo: memFree=1060408/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=18576 CPUtime=0
/proc/13519/stat : 13519 (runsolver) R 13517 13519 13381 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20476308 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13519/statm: 4644 284 249 26 0 2626 0

[startup+0.0707189 s]
/proc/loadavg: 2.23 2.21 2.04 4/82 13519
/proc/meminfo: memFree=1060408/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16344 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) R 13517 13519 13381 0 -1 4194304 1009 0 0 0 5 1 0 0 18 0 1 0 20476308 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 248770494032 0 0 4224 0 0 0 0 17 1 0 0
/proc/13519/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.101719 s]
/proc/loadavg: 2.23 2.21 2.04 4/82 13519
/proc/meminfo: memFree=1060408/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301743 s]
/proc/loadavg: 2.23 2.21 2.04 4/82 13519
/proc/meminfo: memFree=1060408/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70178 s]
/proc/loadavg: 2.23 2.21 2.04 4/82 13519
/proc/meminfo: memFree=1060408/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50185 s]
/proc/loadavg: 2.30 2.22 2.05 4/93 13531
/proc/meminfo: memFree=1024672/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
[pid=13522] ppid=13519 vsize=5356 CPUtime=0
/proc/13522/stat : 13522 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20476316 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13522/statm: 1339 233 193 169 0 50 0
[pid=13523] ppid=13522 vsize=866760 CPUtime=1.39
/proc/13523/stat : 13523 (java) S 13522 13519 13381 0 -1 0 18008 0 1 0 129 10 0 0 22 0 9 0 20476317 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13523/statm: 216690 15577 2557 9 0 211202 0
[pid=13523/tid=13524] ppid=13522 vsize=866760 CPUtime=0.71
/proc/13523/task/13524/stat : 13524 (java) R 13522 13519 13381 0 -1 64 3026 0 1 0 69 2 0 0 25 0 9 0 20476318 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13525] ppid=13522 vsize=866760 CPUtime=0.55
/proc/13523/task/13525/stat : 13525 (java) R 13522 13519 13381 0 -1 64 13782 0 0 0 49 6 0 0 16 0 9 0 20476319 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 102509994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13526] ppid=13522 vsize=866760 CPUtime=0
/proc/13523/task/13526/stat : 13526 (java) S 13522 13519 13381 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20476319 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13527] ppid=13522 vsize=866760 CPUtime=0
/proc/13523/task/13527/stat : 13527 (java) S 13522 13519 13381 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20476319 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13528] ppid=13522 vsize=866760 CPUtime=0
/proc/13523/task/13528/stat : 13528 (java) S 13522 13519 13381 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20476321 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13529] ppid=13522 vsize=866760 CPUtime=0.09
/proc/13523/task/13529/stat : 13529 (java) S 13522 13519 13381 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 20476321 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13530] ppid=13522 vsize=866760 CPUtime=0
/proc/13523/task/13530/stat : 13530 (java) S 13522 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20476321 887562240 15577 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13531] ppid=13522 vsize=866760 CPUtime=0
/proc/13523/task/13531/stat : 13531 (java) S 13522 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20476321 887562240 15577 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) 888984

[startup+3.10299 s]
/proc/loadavg: 2.30 2.22 2.05 4/93 13531
/proc/meminfo: memFree=977504/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=0.06
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
[pid=13522] ppid=13519 vsize=5356 CPUtime=0
/proc/13522/stat : 13522 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20476316 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13522/statm: 1339 233 193 169 0 50 0
[pid=13523] ppid=13522 vsize=864772 CPUtime=2.98
/proc/13523/stat : 13523 (java) S 13522 13519 13381 0 -1 0 31395 0 1 0 282 16 0 0 22 0 9 0 20476317 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13523/statm: 216193 26478 2557 9 0 210705 0
[pid=13523/tid=13524] ppid=13522 vsize=864772 CPUtime=1.54
/proc/13523/task/13524/stat : 13524 (java) R 13522 13519 13381 0 -1 64 3928 0 1 0 151 3 0 0 25 0 9 0 20476318 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4126747132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13525] ppid=13522 vsize=864772 CPUtime=1.26
/proc/13523/task/13525/stat : 13525 (java) S 13522 13519 13381 0 -1 64 26230 0 0 0 115 11 0 0 16 0 9 0 20476319 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13526] ppid=13522 vsize=864772 CPUtime=0
/proc/13523/task/13526/stat : 13526 (java) S 13522 13519 13381 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20476319 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13527] ppid=13522 vsize=864772 CPUtime=0
/proc/13523/task/13527/stat : 13527 (java) S 13522 13519 13381 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 20476319 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13528] ppid=13522 vsize=864772 CPUtime=0
/proc/13523/task/13528/stat : 13528 (java) S 13522 13519 13381 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20476321 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13529] ppid=13522 vsize=864772 CPUtime=0.15
/proc/13523/task/13529/stat : 13529 (java) S 13522 13519 13381 0 -1 64 531 0 0 0 15 0 0 0 16 0 9 0 20476321 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13530] ppid=13522 vsize=864772 CPUtime=0
/proc/13523/task/13530/stat : 13530 (java) S 13522 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20476321 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13523/tid=13531] ppid=13522 vsize=864772 CPUtime=0
/proc/13523/task/13531/stat : 13531 (java) S 13522 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20476321 885526528 26478 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886996

[startup+6.30228 s]
/proc/loadavg: 2.30 2.22 2.05 3/93 13541
/proc/meminfo: memFree=1009440/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=3.48
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1309 32064 0 1 6 1 323 18 16 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
[pid=13532] ppid=13519 vsize=5356 CPUtime=0
/proc/13532/stat : 13532 (sh) S 13519 13519 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20476662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13532/statm: 1339 233 193 169 0 50 0
[pid=13533] ppid=13532 vsize=868604 CPUtime=2.71
/proc/13533/stat : 13533 (java) S 13532 13519 13381 0 -1 0 18723 0 1 0 259 12 0 0 18 0 9 0 20476663 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13533/statm: 217151 16920 2566 9 0 211656 0
[pid=13533/tid=13534] ppid=13532 vsize=868604 CPUtime=1.49
/proc/13533/task/13534/stat : 13534 (java) R 13532 13519 13381 0 -1 64 3164 0 1 0 147 2 0 0 25 0 9 0 20476664 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4126435632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13535] ppid=13532 vsize=868604 CPUtime=1.03
/proc/13533/task/13535/stat : 13535 (java) S 13532 13519 13381 0 -1 64 13403 0 0 0 96 7 0 0 16 0 9 0 20476665 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13536] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13536/stat : 13536 (java) S 13532 13519 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20476665 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13537] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13537/stat : 13537 (java) S 13532 13519 13381 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20476665 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13538] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20476667 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13539] ppid=13532 vsize=868604 CPUtime=0.16
/proc/13533/task/13539/stat : 13539 (java) S 13532 13519 13381 0 -1 64 1453 0 0 0 15 1 0 0 16 0 9 0 20476667 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13540] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13532 13519 13381 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20476667 889450496 16920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13541] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20476667 889450496 16920 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) 890828

[startup+12.7029 s]
/proc/loadavg: 2.48 2.26 2.06 3/93 13541
/proc/meminfo: memFree=910880/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=3.48
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1309 32064 0 1 6 1 323 18 15 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
[pid=13532] ppid=13519 vsize=5356 CPUtime=0
/proc/13532/stat : 13532 (sh) S 13519 13519 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20476662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13532/statm: 1339 233 193 169 0 50 0
[pid=13533] ppid=13532 vsize=868604 CPUtime=9.04
/proc/13533/stat : 13533 (java) S 13532 13519 13381 0 -1 0 53465 0 1 0 875 29 0 0 18 0 9 0 20476663 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13533/statm: 217151 41853 2567 9 0 211656 0
[pid=13533/tid=13534] ppid=13532 vsize=868604 CPUtime=5.19
/proc/13533/task/13534/stat : 13534 (java) R 13532 13519 13381 0 -1 64 4480 0 1 0 516 3 0 0 25 0 9 0 20476664 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4126559177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13535] ppid=13532 vsize=868604 CPUtime=3.65
/proc/13533/task/13535/stat : 13535 (java) S 13532 13519 13381 0 -1 64 46821 0 0 0 341 24 0 0 16 0 9 0 20476665 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13536] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13536/stat : 13536 (java) S 13532 13519 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20476665 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13537] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13537/stat : 13537 (java) S 13532 13519 13381 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20476665 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13538] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20476667 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13539] ppid=13532 vsize=868604 CPUtime=0.17
/proc/13533/task/13539/stat : 13539 (java) S 13532 13519 13381 0 -1 64 1461 0 0 0 16 1 0 0 16 0 9 0 20476667 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13540] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13532 13519 13381 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20476667 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13541] ppid=13532 vsize=868604 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20476667 889450496 41853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890828

[startup+25.501 s]
/proc/loadavg: 2.48 2.27 2.06 3/93 13541
/proc/meminfo: memFree=709216/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=3.48
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1310 32064 0 1 6 1 323 18 16 0 1 0 20476308 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1111 409 3 0 796 0
[pid=13532] ppid=13519 vsize=5356 CPUtime=0
/proc/13532/stat : 13532 (sh) S 13519 13519 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20476662 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13532/statm: 1339 233 193 169 0 50 0
[pid=13533] ppid=13532 vsize=868716 CPUtime=21.69
/proc/13533/stat : 13533 (java) S 13532 13519 13381 0 -1 0 97397 0 1 0 2077 92 0 0 18 0 9 0 20476663 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13533/statm: 217179 70849 2593 9 0 211656 0
[pid=13533/tid=13534] ppid=13532 vsize=868716 CPUtime=13.46
/proc/13533/task/13534/stat : 13534 (java) R 13532 13519 13381 0 -1 64 5996 0 1 0 1301 45 0 0 25 0 9 0 20476664 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4126993694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13535] ppid=13532 vsize=868716 CPUtime=7.95
/proc/13533/task/13535/stat : 13535 (java) S 13532 13519 13381 0 -1 64 89183 0 0 0 750 45 0 0 16 0 9 0 20476665 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13536] ppid=13532 vsize=868716 CPUtime=0
/proc/13533/task/13536/stat : 13536 (java) S 13532 13519 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20476665 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13537] ppid=13532 vsize=868716 CPUtime=0
/proc/13533/task/13537/stat : 13537 (java) S 13532 13519 13381 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20476665 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13538] ppid=13532 vsize=868716 CPUtime=0
/proc/13533/task/13538/stat : 13538 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20476667 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13539] ppid=13532 vsize=868716 CPUtime=0.26
/proc/13533/task/13539/stat : 13539 (java) S 13532 13519 13381 0 -1 64 1515 0 0 0 25 1 0 0 16 0 9 0 20476667 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13540] ppid=13532 vsize=868716 CPUtime=0
/proc/13533/task/13540/stat : 13540 (java) S 13532 13519 13381 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20476667 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13533/tid=13541] ppid=13532 vsize=868716 CPUtime=0
/proc/13533/task/13541/stat : 13541 (java) S 13532 13519 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20476667 889565184 70849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890940

[startup+51.1013 s]
/proc/loadavg: 2.31 2.25 2.06 3/85 13543
/proc/meminfo: memFree=790368/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=52560 CPUtime=10.64
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 11101 0 0 0 494 570 0 0 25 0 1 0 20480342 53821440 11087 996147200 134512640 134931368 4294956256 18446744073709551615 134545861 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 13140 11087 40 102 0 13035 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 74784

[startup+102.307 s]
/proc/loadavg: 2.24 2.24 2.07 3/85 13543
/proc/meminfo: memFree=579360/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=269508 CPUtime=61.36
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 61618 0 0 0 2839 3297 0 0 25 0 1 0 20480342 275976192 61604 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 67377 61604 40 102 0 67272 0
Current children cumulated CPU time (s) 100.79
Current children cumulated vsize (KiB) 291732

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

[startup+127.901 s]
/proc/loadavg: 2.35 2.26 2.08 3/85 13543
/proc/meminfo: memFree=477600/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=388076 CPUtime=86.71
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 86616 0 0 0 3999 4672 0 0 25 0 1 0 20480342 397389824 86602 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 97019 86602 40 102 0 96914 0
Current children cumulated CPU time (s) 126.14
Current children cumulated vsize (KiB) 410300

[startup+140.701 s]
/proc/loadavg: 2.37 2.27 2.09 3/85 13543
/proc/meminfo: memFree=452768/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=411204 CPUtime=99.39
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 92392 0 0 0 4969 4970 0 0 25 0 1 0 20480342 421072896 92376 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 102801 92376 48 102 0 102696 0
Current children cumulated CPU time (s) 138.82
Current children cumulated vsize (KiB) 433428

[startup+147.101 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=452576/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=411204 CPUtime=105.74
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 92432 0 0 0 5603 4971 0 0 25 0 1 0 20480342 421072896 92416 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 102801 92416 48 102 0 102696 0
Current children cumulated CPU time (s) 145.17
Current children cumulated vsize (KiB) 433428

[startup+148.701 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=452512/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=411336 CPUtime=107.32
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 92450 0 0 0 5761 4971 0 0 25 0 1 0 20480342 421208064 92434 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 102834 92434 48 102 0 102729 0
Current children cumulated CPU time (s) 146.75
Current children cumulated vsize (KiB) 433560

[startup+150.301 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=452256/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=39.43
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1365 129956 0 2 6 1 3723 213 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
[pid=13542] ppid=13519 vsize=5356 CPUtime=0
/proc/13542/stat : 13542 (sh) S 13519 13519 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20480342 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13542/statm: 1339 232 193 169 0 50 0
[pid=13543] ppid=13542 vsize=415436 CPUtime=108.9
/proc/13543/stat : 13543 (picosat) R 13542 13519 13381 0 -1 4194304 92559 0 0 0 5918 4972 0 0 25 0 1 0 20480342 425406464 92543 996147200 134512640 134931368 4294956256 18446744073709551615 134579093 0 0 4096 0 0 0 0 17 1 0 0
/proc/13543/statm: 103859 92543 52 102 0 103754 0
Current children cumulated CPU time (s) 148.33
Current children cumulated vsize (KiB) 437660

[startup+151.101 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=812512/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=148.64
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1446 222801 0 2 6 1 9666 5191 16 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 148.64
Current children cumulated vsize (KiB) 16868

[startup+151.301 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=812512/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=148.64
/proc/13519/stat : 13519 (sugar) S 13517 13519 13381 0 -1 4194304 1448 222801 0 2 6 1 9666 5191 15 0 1 0 20476308 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13519/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 148.64
Current children cumulated vsize (KiB) 16868

[startup+151.401 s]
/proc/loadavg: 2.32 2.26 2.08 3/85 13543
/proc/meminfo: memFree=812512/2055920 swapFree=4192952/4192956
[pid=13519] ppid=13517 vsize=16868 CPUtime=149.39
/proc/13519/stat : 13519 (sugar) R 13517 13519 13381 0 -1 4194304 1477 226842 0 3 6 6 9732 5195 16 0 1 0 20476308 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13519/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 149.39
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 151.473
CPU time (s): 149.487
CPU user time (s): 97.3972
CPU system time (s): 52.0901
CPU usage (%): 98.689
Max. virtual memory (cumulated for all children) (KiB): 913320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3972
system time used= 52.0901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228379
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= 8142
involuntary context switches= 13484

runsolver used 0.203968 second user time and 0.510922 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-11 19:42:10
IDJOB=2064118
IDBENCH=54124
IDSOLVER=738
FILE ID=node55/2064118-1247334129
PBS_JOBID= 9506715
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=1248847995

node55.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.231
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.231
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:       1060888 kB
Buffers:         59732 kB
Cached:         482224 kB
SwapCached:          4 kB
Active:         455660 kB
Inactive:       467892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060888 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           10360 kB
Writeback:           0 kB
Mapped:         402072 kB
Slab:            55992 kB
Committed_AS:   534192 kB
PageTables:       2512 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= 66340 MiB
End job on node55 at 2009-07-11 19:44:41