Trace number 2063898

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 45.4981 45.7737

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.406938
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 19:28:01 2009
0.00/0.07	c 0	PID 14936
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2063898-1247333280.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063898-1247333280.xml' 'HOME/temp.csp'
0.06/0.63	c 0	252 domains, 400 variables, 1 predicates, 0 relations, 2042 constraints
0.06/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 0	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'
0.61/0.71	c 0	Parsing HOME/temp.csp
0.61/0.82	c 0	parsed 2695 expressions
0.61/0.83	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.83	c 0	Converting to clausal form CSP
0.61/0.87	c 0	converted 270 (10%) expressions
0.61/0.87	c 0	converted 539 (20%) expressions
0.61/1.05	c 1	converted 809 (30%) expressions
1.05/1.20	c 1	converted 1078 (40%) expressions
1.24/1.30	c 1	converted 1348 (50%) expressions
1.35/1.43	c 1	converted 1617 (60%) expressions
1.45/1.51	c 1	converted 1887 (70%) expressions
1.45/1.58	c 1	converted 2156 (80%) expressions
8.21/8.34	c 8	converted 2426 (90%) expressions
17.46/17.62	c 17	converted 2695 (100%) expressions
17.46/17.62	c 17	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
17.46/17.62	c 17	Heap : 267 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.46/17.62	c 17	Propagation in CSP
20.04/20.28	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.04/20.28	c 20	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
20.04/20.28	c 20	Heap : 257 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.14/20.34	c 20	Simplifing CSP by introducing new Boolean variables
22.13/22.33	c 22	CSP : 400 integers, 91941 booleans, 137781 clauses, largest domain size 26
22.13/22.33	c 22	Heap : 286 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.63/23.85	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.73/23.90	c 23	40 (10%) CSP integer variables are encoded (622 clauses, 6702 bytes)
23.73/23.92	c 23	80 (20%) CSP integer variables are encoded (1228 clauses, 13947 bytes)
23.73/23.92	c 23	120 (30%) CSP integer variables are encoded (1834 clauses, 21825 bytes)
23.73/23.92	c 23	160 (40%) CSP integer variables are encoded (2434 clauses, 29625 bytes)
23.73/23.93	c 23	200 (50%) CSP integer variables are encoded (3034 clauses, 37425 bytes)
23.73/23.93	c 23	240 (60%) CSP integer variables are encoded (3047 clauses, 37594 bytes)
23.73/23.93	c 23	280 (70%) CSP integer variables are encoded (3067 clauses, 37854 bytes)
23.73/23.93	c 23	320 (80%) CSP integer variables are encoded (3083 clauses, 38062 bytes)
23.73/23.93	c 23	360 (90%) CSP integer variables are encoded (3094 clauses, 38205 bytes)
23.73/23.93	c 23	400 (100%) CSP integer variables are encoded (3155 clauses, 38998 bytes)
24.33/24.55	c 24	13779 (10%) CSP clauses are encoded (129099 clauses, 2314932 bytes)
24.93/25.15	c 25	27557 (20%) CSP clauses are encoded (273554 clauses, 5009743 bytes)
25.53/25.75	c 25	41335 (30%) CSP clauses are encoded (415535 clauses, 7655861 bytes)
26.12/26.33	c 26	55113 (40%) CSP clauses are encoded (558400 clauses, 10311921 bytes)
26.72/26.94	c 26	68891 (50%) CSP clauses are encoded (705241 clauses, 13066722 bytes)
27.31/27.53	c 27	82669 (60%) CSP clauses are encoded (847796 clauses, 15721533 bytes)
27.91/28.10	c 28	96447 (70%) CSP clauses are encoded (986826 clauses, 18313597 bytes)
28.41/28.70	c 28	110225 (80%) CSP clauses are encoded (1132836 clauses, 21041722 bytes)
29.01/29.28	c 29	124003 (90%) CSP clauses are encoded (1274817 clauses, 23705379 bytes)
29.60/29.86	c 29	137781 (100%) CSP clauses are encoded (1415304 clauses, 26332080 bytes)
29.60/29.86	c 29	137781 CSP clauses encoded
29.60/29.86	c 29	Writing map file : HOME/temp.map
29.60/29.88	c 29	Heap : 304 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.60/29.88	c 29	SAT : 95358 SAT variables, 1415304 SAT clauses, 26332080 bytes
29.60/29.88	c 29	Heap : 304 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.69/29.94	c 29	SOLVING HOME/temp.cnf
29.69/29.94	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
45.02/45.33	c 45	DECODING HOME/temp.out WITH HOME/temp.map
45.02/45.33	c 45	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'
45.07/45.41	c 45	Decoding HOME/temp.out
45.07/45.72	s SATISFIABLE
45.07/45.73	v 9 36 32 39 31 16 30 40 33 42 26 8 26 43 24 34 33 7 2 14 42 25 12 41 6 23 34 19 5 8 41 5 32 23 2 24 18 0 19 3 22 44 10 4 21 43 36 37 17 20 15 7 22 28 16 8 10 41 33 9 12 34 38 37 6 9 21 19 8 20 42 35 10 44 43 44 29 4 1 5 12 10 3 9 21 16 38 11 36 8 30 17 27 24 18 12 19 44 32 35 40 26 5 28 4 29 25 36 40 1 13 27 20 7 34 31 14 27 44 19 13 15 35 17 21 39 22 7 23 42 3 2 17 15 6 0 6 32 12 23 5 14 18 20 24 25 22 38 41 32 40 21 17 1 26 39 26 27 38 42 0 29 29 32 27 30 35 4 16 15 37 39 8 35 6 44 28 11 13 16 40 33 6 35 1 43 14 17 26 11 25 18 21 23 43 22 20 28 10 11 1 14 13 15 18 1 8 4 5 15 9 6 12 10 13 8 12 3 12 19 4 0 13 11 5 17 17 19 11 19 17 15 0 13 9 17 14 13 18 8 2 13 0 17 17 5 1 6 15 12 12 12 16 4 19 9 10 1 14 15 18 14 3 12 8 11 14 0 13 19 8 18 12 4 1 2 19 12 11 0 14 8 16 18 13 17 8 6 10 2 9 12 12 14 15 11 6 1 11 9 15 11 13 0 19 16 12 9 10 14 5 18 10 8 12 10 16 19 16 13 12 17 0 5 11 5 5 11 12 18 14 5 11 9 2 8 7 14 8 18 6 5 6 8 4 18 10 5 12 6 1 7 0 10 17 9 5 9 12 6 18 5 8 16 11 6 15 11 7 19 10 19 12 17 9 6 16 2 0 5 3 11 0 12 16 14 10 8 4 1 11 4 16 19 6 1 6 12 7 15
45.07/45.74	c 45	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.07/45.76	c 45	CPU 45.46 (0.05 0.02 38.37 7.02)
45.07/45.76	c 45	END Sat Jul 11 19:28:46 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-2063898-1247333280/watcher-2063898-1247333280 -o /tmp/evaluation-result-2063898-1247333280/solver-2063898-1247333280 -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-2063898-1247333280.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.86 1.95 1.74 4/83 14936
/proc/meminfo: memFree=764144/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=12272 CPUtime=0
/proc/14936/stat : 14936 (sugar) R 14934 14936 13238 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20392630 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/14936/statm: 3068 327 246 3 0 168 0

[startup+0.102082 s]
/proc/loadavg: 1.86 1.95 1.74 4/83 14936
/proc/meminfo: memFree=764144/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.06
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.2021 s]
/proc/loadavg: 1.86 1.95 1.74 4/83 14936
/proc/meminfo: memFree=764144/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.06
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30212 s]
/proc/loadavg: 1.86 1.95 1.74 4/83 14936
/proc/meminfo: memFree=764144/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.06
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702208 s]
/proc/loadavg: 1.86 1.95 1.74 4/83 14936
/proc/meminfo: memFree=764144/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.61
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1292 5370 0 1 4 2 50 5 16 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 1.86 1.95 1.74 4/94 14958
/proc/meminfo: memFree=747352/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.61
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1309 5370 0 1 4 2 50 5 15 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868488 CPUtime=0.84
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 8366 0 1 0 79 5 0 0 18 0 9 0 20392695 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217122 7599 2566 9 0 211627 0
[pid=14950/tid=14951] ppid=14949 vsize=868488 CPUtime=0.49
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 2676 0 1 0 48 1 0 0 23 0 9 0 20392696 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4126554825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868488 CPUtime=0.17
/proc/14950/task/14952/stat : 14952 (java) S 14949 14936 13238 0 -1 64 3519 0 0 0 16 1 0 0 16 0 9 0 20392697 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868488 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868488 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392697 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868488 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868488 CPUtime=0.15
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1473 0 0 0 14 1 0 0 16 0 9 0 20392699 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868488 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889331712 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868488 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889331712 7599 996147200 134512640 134550932 4294955936 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) 890712

[startup+3.1027 s]
/proc/loadavg: 1.86 1.95 1.74 4/94 14958
/proc/meminfo: memFree=728216/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.61
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1309 5370 0 1 4 2 50 5 15 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868636 CPUtime=2.43
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 15207 0 1 0 234 9 0 0 18 0 9 0 20392695 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217159 14385 2566 9 0 211664 0
[pid=14950/tid=14951] ppid=14949 vsize=868636 CPUtime=1.51
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 3008 0 1 0 150 1 0 0 25 0 9 0 20392696 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868636 CPUtime=0.73
/proc/14950/task/14952/stat : 14952 (java) R 14949 14936 13238 0 -1 64 10010 0 0 0 68 5 0 0 16 0 9 0 20392697 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 104188646 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868636 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868636 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392697 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868636 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868636 CPUtime=0.16
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1491 0 0 0 15 1 0 0 16 0 9 0 20392699 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868636 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889483264 14385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868636 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889483264 14385 996147200 134512640 134550932 4294955936 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) 890860

[startup+6.30135 s]
/proc/loadavg: 1.95 1.97 1.75 3/94 14958
/proc/meminfo: memFree=671384/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.61
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1309 5370 0 1 4 2 50 5 15 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868576 CPUtime=5.61
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 29322 0 1 0 546 15 0 0 18 0 9 0 20392695 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217144 28444 2566 9 0 211649 0
[pid=14950/tid=14951] ppid=14949 vsize=868576 CPUtime=3.66
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 3721 0 1 0 364 2 0 0 25 0 9 0 20392696 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4126507995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868576 CPUtime=1.77
/proc/14950/task/14952/stat : 14952 (java) S 14949 14936 13238 0 -1 64 23412 0 0 0 167 10 0 0 16 0 9 0 20392697 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392697 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868576 CPUtime=0.16
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1491 0 0 0 15 1 0 0 16 0 9 0 20392699 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889421824 28444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890800

[startup+12.7026 s]
/proc/loadavg: 1.96 1.97 1.75 4/94 14958
/proc/meminfo: memFree=551320/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.61
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1309 5370 0 1 4 2 50 5 16 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868576 CPUtime=11.97
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 70899 0 1 0 1166 31 0 0 18 0 9 0 20392695 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217144 52057 2567 9 0 211649 0
[pid=14950/tid=14951] ppid=14949 vsize=868576 CPUtime=7
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 5641 0 1 0 698 2 0 0 25 0 9 0 20392696 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4126509556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868576 CPUtime=4.79
/proc/14950/task/14952/stat : 14952 (java) S 14949 14936 13238 0 -1 64 63069 0 0 0 452 27 0 0 16 0 9 0 20392697 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392697 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868576 CPUtime=0.16
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1491 0 0 0 15 1 0 0 16 0 9 0 20392699 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868576 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889421824 52057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890800

[startup+25.5023 s]
/proc/loadavg: 2.03 1.99 1.76 3/94 14958
/proc/meminfo: memFree=414424/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.62
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1310 5370 0 1 5 2 50 5 15 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868688 CPUtime=24.7
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 120050 0 1 0 2413 57 0 0 18 0 9 0 20392695 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217172 87371 2593 9 0 211649 0
[pid=14950/tid=14951] ppid=14949 vsize=868688 CPUtime=15.2
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 8172 0 1 0 1512 8 0 0 25 0 9 0 20392696 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4127004615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868688 CPUtime=9.25
/proc/14950/task/14952/stat : 14952 (java) S 14949 14936 13238 0 -1 64 109638 0 0 0 879 46 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868688 CPUtime=0.23
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1542 0 0 0 22 1 0 0 16 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 890912

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

[startup+25.6023 s]
/proc/loadavg: 2.03 1.99 1.76 3/94 14958
/proc/meminfo: memFree=414424/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=0.62
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1310 5370 0 1 5 2 50 5 15 0 1 0 20392630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1111 409 3 0 796 0
[pid=14949] ppid=14936 vsize=5356 CPUtime=0
/proc/14949/stat : 14949 (sh) S 14936 14936 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14949/statm: 1339 233 193 169 0 50 0
[pid=14950] ppid=14949 vsize=868688 CPUtime=24.8
/proc/14950/stat : 14950 (java) S 14949 14936 13238 0 -1 0 120051 0 1 0 2423 57 0 0 18 0 9 0 20392695 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 217172 87371 2593 9 0 211649 0
[pid=14950/tid=14951] ppid=14949 vsize=868688 CPUtime=15.29
/proc/14950/task/14951/stat : 14951 (java) R 14949 14936 13238 0 -1 64 8173 0 1 0 1521 8 0 0 25 0 9 0 20392696 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4126998136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14952] ppid=14949 vsize=868688 CPUtime=9.25
/proc/14950/task/14952/stat : 14952 (java) S 14949 14936 13238 0 -1 64 109638 0 0 0 879 46 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14949 14936 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14949 14936 13238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20392697 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14949 14936 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14949 vsize=868688 CPUtime=0.23
/proc/14950/task/14956/stat : 14956 (java) S 14949 14936 13238 0 -1 64 1542 0 0 0 22 1 0 0 16 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14949 vsize=868688 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14949 14936 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20392699 889536512 87371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 890912

[startup+38.4019 s]
/proc/loadavg: 2.03 1.99 1.76 3/86 14960
/proc/meminfo: memFree=699864/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=29.75
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1365 125756 0 2 5 2 2889 79 16 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
[pid=14959] ppid=14936 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14936 14936 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=43396 CPUtime=8.4
/proc/14960/stat : 14960 (picosat) R 14959 14936 13238 0 -1 4194304 9733 0 0 0 391 449 0 0 25 0 1 0 20395626 44437504 9719 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14960/statm: 10849 9719 40 102 0 10744 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 65620

[startup+41.6015 s]
/proc/loadavg: 2.03 1.99 1.76 3/86 14960
/proc/meminfo: memFree=684952/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=29.75
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1365 125756 0 2 5 2 2889 79 16 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
[pid=14959] ppid=14936 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14936 14936 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=59700 CPUtime=11.59
/proc/14960/stat : 14960 (picosat) R 14959 14936 13238 0 -1 4194304 13407 0 0 0 540 619 0 0 25 0 1 0 20395626 61132800 13334 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14960/statm: 14925 13334 42 102 0 14820 0
Current children cumulated CPU time (s) 41.34
Current children cumulated vsize (KiB) 81924

[startup+43.2019 s]
/proc/loadavg: 2.03 1.99 1.76 3/86 14960
/proc/meminfo: memFree=681048/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=29.75
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1365 125756 0 2 5 2 2889 79 16 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
[pid=14959] ppid=14936 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14936 14936 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=59700 CPUtime=13.18
/proc/14960/stat : 14960 (picosat) R 14959 14936 13238 0 -1 4194304 13413 0 0 0 699 619 0 0 25 0 1 0 20395626 61132800 13340 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14960/statm: 14925 13340 42 102 0 14820 0
Current children cumulated CPU time (s) 42.93
Current children cumulated vsize (KiB) 81924

[startup+44.8012 s]
/proc/loadavg: 2.03 1.99 1.76 3/86 14960
/proc/meminfo: memFree=681048/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=29.75
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1365 125756 0 2 5 2 2889 79 16 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
[pid=14959] ppid=14936 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14936 14936 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=59700 CPUtime=14.77
/proc/14960/stat : 14960 (picosat) R 14959 14936 13238 0 -1 4194304 13424 0 0 0 858 619 0 0 25 0 1 0 20395626 61132800 13351 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14960/statm: 14925 13351 42 102 0 14820 0
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (KiB) 81924

[startup+45.2063 s]
/proc/loadavg: 2.02 1.99 1.76 3/86 14960
/proc/meminfo: memFree=680984/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=29.75
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1365 125756 0 2 5 2 2889 79 16 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
[pid=14959] ppid=14936 vsize=5356 CPUtime=0
/proc/14959/stat : 14959 (sh) S 14936 14936 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395625 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14959/statm: 1339 232 193 169 0 50 0
[pid=14960] ppid=14959 vsize=60860 CPUtime=15.17
/proc/14960/stat : 14960 (picosat) R 14959 14936 13238 0 -1 4194304 13464 0 0 0 898 619 0 0 25 0 1 0 20395626 62320640 13391 996147200 134512640 134931368 4294956256 18446744073709551615 134668094 0 0 4096 0 0 0 0 17 1 0 0
/proc/14960/statm: 15215 13391 47 102 0 15110 0
Current children cumulated CPU time (s) 44.92
Current children cumulated vsize (KiB) 83084

[startup+45.6013 s]
/proc/loadavg: 2.02 1.99 1.76 3/86 14960
/proc/meminfo: memFree=680984/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=45.07
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1446 139506 0 2 5 2 3800 700 15 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 45.07
Current children cumulated vsize (KiB) 16868

[startup+45.7024 s]
/proc/loadavg: 2.02 1.99 1.76 3/86 14960
/proc/meminfo: memFree=680984/2055920 swapFree=4192956/4192956
[pid=14936] ppid=14934 vsize=16868 CPUtime=45.07
/proc/14936/stat : 14936 (sugar) S 14934 14936 13238 0 -1 4194304 1446 139506 0 2 5 2 3800 700 15 0 1 0 20392630 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14936/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 45.07
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 45.7737
CPU time (s): 45.4981
CPU user time (s): 38.4312
CPU system time (s): 7.06692
CPU usage (%): 99.3978
Max. virtual memory (cumulated for all children) (KiB): 911292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.4312
system time used= 7.06693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145016
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= 5249
involuntary context switches= 5561

runsolver used 0.05999 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 19:28:00
IDJOB=2063898
IDBENCH=54104
IDSOLVER=738
FILE ID=node80/2063898-1247333280
PBS_JOBID= 9506473
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=92408885

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        764624 kB
Buffers:         52764 kB
Cached:        1083856 kB
SwapCached:          0 kB
Active:         153972 kB
Inactive:      1082184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:         120028 kB
Slab:            40216 kB
Committed_AS:   276596 kB
PageTables:       2004 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= 66256 MiB
End job on node80 at 2009-07-11 19:28:46