Trace number 2064140

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 63.8163 64.2041

General information on the benchmark

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

Solver Data

0.03/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.24	c 0	BEGIN Sat Jul 11 19:45:01 2009
0.03/0.24	c 0	PID 14146
0.03/0.25	c 0	HOST node70.alineos.net
0.03/0.25	c 0	CONVERTING HOME/instance-2064140-1247334301.xml TO HOME/temp.csp
0.03/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064140-1247334301.xml' 'HOME/temp.csp'
1.54/1.80	c 2	52 domains, 800 variables, 1 predicates, 0 relations, 22714 constraints
1.54/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.54/1.90	c 2	Parsing HOME/temp.csp
1.93/2.26	c 2	parsed 10000 expressions
2.12/2.42	c 2	parsed 20000 expressions
2.23/2.52	c 3	parsed 23567 expressions
2.23/2.53	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.53	c 3	Converting to clausal form CSP
2.51/2.89	c 3	converted 2357 (10%) expressions
2.81/3.14	c 3	converted 4714 (20%) expressions
3.01/3.32	c 3	converted 7071 (30%) expressions
3.11/3.50	c 4	converted 9427 (40%) expressions
3.31/3.66	c 4	converted 11784 (50%) expressions
3.61/3.99	c 4	converted 14141 (60%) expressions
3.81/4.15	c 4	converted 16497 (70%) expressions
4.01/4.31	c 4	converted 18854 (80%) expressions
4.11/4.47	c 4	converted 21211 (90%) expressions
5.41/5.75	c 6	converted 23567 (100%) expressions
5.41/5.75	c 6	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
5.41/5.75	c 6	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.41/5.75	c 6	Propagation in CSP
5.61/5.94	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.61/5.94	c 6	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
5.61/5.94	c 6	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.61/5.96	c 6	Simplifing CSP by introducing new Boolean variables
7.01/7.32	c 7	CSP : 800 integers, 133376 booleans, 184389 clauses, largest domain size 45
7.01/7.32	c 7	Heap : 95 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.71/8.01	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.71/8.06	c 8	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
7.71/8.06	c 8	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
7.71/8.06	c 8	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
7.71/8.07	c 8	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
7.71/8.07	c 8	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
7.71/8.08	c 8	480 (60%) CSP integer variables are encoded (17247 clauses, 237063 bytes)
7.71/8.08	c 8	560 (70%) CSP integer variables are encoded (17277 clauses, 237513 bytes)
7.71/8.08	c 8	640 (80%) CSP integer variables are encoded (17301 clauses, 237873 bytes)
7.71/8.08	c 8	720 (90%) CSP integer variables are encoded (17330 clauses, 238308 bytes)
7.71/8.09	c 8	800 (100%) CSP integer variables are encoded (17375 clauses, 238983 bytes)
8.60/8.98	c 9	18439 (10%) CSP clauses are encoded (400923 clauses, 7734970 bytes)
9.40/9.78	c 10	36878 (20%) CSP clauses are encoded (791744 clauses, 15633556 bytes)
10.20/10.58	c 11	55317 (30%) CSP clauses are encoded (1181581 clauses, 23544525 bytes)
11.01/11.39	c 11	73756 (40%) CSP clauses are encoded (1572273 clauses, 31526129 bytes)
11.90/12.20	c 12	92195 (50%) CSP clauses are encoded (1960353 clauses, 39768722 bytes)
12.79/13.18	c 13	110634 (60%) CSP clauses are encoded (2449526 clauses, 49982903 bytes)
13.88/14.29	c 14	129073 (70%) CSP clauses are encoded (3006173 clauses, 61834161 bytes)
15.09/15.41	c 15	147512 (80%) CSP clauses are encoded (3562820 clauses, 73811108 bytes)
16.19/16.51	c 17	165951 (90%) CSP clauses are encoded (4119819 clauses, 85744812 bytes)
17.28/17.63	c 18	184389 (100%) CSP clauses are encoded (4676905 clauses, 97754575 bytes)
17.28/17.63	c 18	184389 CSP clauses encoded
17.28/17.63	c 18	Writing map file : HOME/temp.map
17.28/17.66	c 18	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.28/17.66	c 18	SAT : 151343 SAT variables, 4676905 SAT clauses, 97754575 bytes
17.28/17.66	c 18	Heap : 75 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.35/17.70	c 18	SOLVING HOME/temp.cnf
17.35/17.70	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
63.22/63.61	c 64	DECODING HOME/temp.out WITH HOME/temp.map
63.22/63.61	c 64	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'
63.22/63.69	c 64	Decoding HOME/temp.out
63.61/64.07	s SATISFIABLE
63.71/64.10	v 23 8 11 9 6 10 6 5 8 1 2 43 11 12 7 0 3 1 2 12 4 21 0 23 21 29 42 6 2 31 41 40 3 16 2 37 18 35 11 37 7 20 5 0 5 9 44 3 8 38 25 44 10 42 6 17 7 8 36 2 41 9 7 10 0 42 22 11 5 11 12 14 2 14 13 4 32 7 4 34 26 13 4 39 5 44 12 20 13 23 16 16 1 30 9 2 15 9 14 12 2 17 22 5 6 5 29 10 40 29 28 6 36 12 38 5 26 19 6 15 14 17 11 6 42 3 15 24 40 7 3 23 17 43 15 18 19 10 12 20 8 17 9 14 36 18 10 2 13 15 9 21 25 19 20 8 0 1 22 12 11 10 12 43 31 13 32 5 8 15 18 4 16 0 16 27 17 44 17 7 14 14 30 31 18 35 42 23 1 29 34 39 25 15 28 33 33 9 1 20 17 22 39 21 21 22 3 16 17 35 24 27 26 14 15 26 25 36 8 8 18 19 19 24 44 20 19 22 20 29 21 21 22 43 23 3 24 25 19 14 20 23 27 28 25 6 14 13 19 22 24 33 24 28 28 30 25 32 27 29 24 27 1 30 28 31 28 26 33 11 21 29 31 25 32 32 12 13 0 26 30 30 33 39 36 34 15 29 35 35 37 27 34 36 40 38 10 11 39 31 28 24 31 34 31 18 30 36 13 32 28 33 3 37 25 35 20 1 25 27 43 23 41 4 4 26 32 17 37 37 33 4 35 19 40 41 1 37 38 36 24 30 21 34 2 16 40 5 38 36 16 38 27 39 32 40 0 32 42 29 38 20 41 35 27 3 7 40 39 38 43 27 31 7 24 26 23 33 42 38 43 10 34 26 13 4 41 9 44 37 10 42 34 4 18 38 41 40 39 43 2 7 9 1 6 3 5 9 0 2 5 5 4 5 4 7 9 4 1 1 6 0 8 5 2 6 9 4 9 6 3 0 6 5 7 0 8 8 3 4 6 1 1 6 0 9 1 0 9 6 2 5 8 6 8 7 0 3 2 4 2 5 2 9 4 2 8 8 4 6 0 3 0 0 2 0 7 8 7 8 0 0 9 8 2 2 6 8 8 4 2 1 7 3 6 3 5 0 5 8 2 9 2 6 0 3 8 0 8 3 5 9 3 7 8 7 5 5 1 0 1 3 2 7 8 4 7 0 3 7 3 1 2 8 4 2 8 1 3 7 2 8 8 9 5 1 2 6 5 2 2 5 9 2 6 4 0 5 6 2 0 6 4 4 1 7 6 8 8 8 7 8 7 1 3 4 6 8 4 3 2 4 5 0 4 2 0 3 0 9 1 5 0 9 6 7 0 7 6 9 5 4 2 6 3 3 1 8 0 0 2 6 9 6 3 8 5 6 1 6 6 1 6 9 9 5 4 1 4 4 9 8 9 1 0 2 4 3 9 7 2 6 0 9 4 3 8 6 3 0 8 5 6 4 2 7 6 2 9 2 1 3 8 0 1 3 7 7 6 7 4 1 4 1 0 1 9 9 2 1 4 2 8 0 1 7 1 7 5 9 9 8 3 8 9 0 7 1 7 8 8 7 7 0 5 0 1 7 1 3 0 4 7 2 7 4 3 1 8 7 0 8 7 1 3 2 4 1 8 7 3 2 1 7 7 9 3 3 4 4 5 6 1 2 8 0 5 5 5 0 4 1 5 9 8 4 5 5 4 5 7 0 0 3 1 8 1 2 4 2 2 2 2 5 3 3 7 2 3 3 3 4 4 4 4 4 4 4 4 5 5 5 5 5 5 9 5 6 6 6
63.71/64.11	c 64	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.71/64.15	c 64	CPU 63.73 (0.05 0.03 39.85 23.8)
63.71/64.15	c 64	END Sat Jul 11 19:46:05 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-2064140-1247334301/watcher-2064140-1247334301 -o /tmp/evaluation-result-2064140-1247334301/solver-2064140-1247334301 -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-2064140-1247334301.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.17 2.07 2.04 4/72 14146
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=18576 CPUtime=0
/proc/14146/stat : 14146 (runsolver) D 14144 14146 14008 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20492763 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14146/statm: 4644 284 249 26 0 2626 0

[startup+0.0216359 s]
/proc/loadavg: 2.17 2.07 2.04 4/72 14146
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=124 CPUtime=0
/proc/14146/stat : 14146 (sugar) D 14144 14146 14008 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 20492763 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 233399449065 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14146/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102656 s]
/proc/loadavg: 2.17 2.07 2.04 4/72 14146
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=12272 CPUtime=0
/proc/14146/stat : 14146 (sugar) D 14144 14146 14008 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 20492763 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/14146/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302671 s]
/proc/loadavg: 2.17 2.07 2.04 4/72 14146
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=0.07
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702711 s]
/proc/loadavg: 2.17 2.07 2.04 4/72 14146
/proc/meminfo: memFree=1855472/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=0.07
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 2.17 2.07 2.04 4/83 14158
/proc/meminfo: memFree=1821704/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=0.07
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
[pid=14149] ppid=14146 vsize=5356 CPUtime=0
/proc/14149/stat : 14149 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20492788 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14149/statm: 1339 233 193 169 0 50 0
[pid=14150] ppid=14149 vsize=865656 CPUtime=1.17
/proc/14150/stat : 14150 (java) S 14149 14146 14008 0 -1 0 13714 0 35 0 106 11 0 0 18 0 9 0 20492789 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 216414 11777 2556 9 0 210926 0
[pid=14150/tid=14151] ppid=14149 vsize=865656 CPUtime=0.56
/proc/14150/task/14151/stat : 14151 (java) R 14149 14146 14008 0 -1 64 3045 0 17 0 52 4 0 0 25 0 9 0 20492792 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4126726695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14152] ppid=14149 vsize=865656 CPUtime=0.44
/proc/14150/task/14152/stat : 14152 (java) S 14149 14146 14008 0 -1 64 9454 0 0 0 40 4 0 0 16 0 9 0 20492795 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14149 vsize=865656 CPUtime=0
/proc/14150/task/14153/stat : 14153 (java) S 14149 14146 14008 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20492795 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14154] ppid=14149 vsize=865656 CPUtime=0
/proc/14150/task/14154/stat : 14154 (java) S 14149 14146 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20492795 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14149 vsize=865656 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14149 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20492797 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14149 vsize=865656 CPUtime=0.13
/proc/14150/task/14156/stat : 14156 (java) S 14149 14146 14008 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 20492797 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14149 vsize=865656 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14149 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 20492797 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14149 vsize=865656 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14149 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20492797 886431744 11777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 887880

[startup+3.10195 s]
/proc/loadavg: 2.17 2.07 2.04 4/83 14168
/proc/meminfo: memFree=1837448/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=1.56
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1303 14510 6 35 5 2 136 13 16 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
[pid=14159] ppid=14146 vsize=5356 CPUtime=0
/proc/14159/stat : 14159 (sh) S 14146 14146 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20492945 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14159/statm: 1339 233 193 169 0 50 0
[pid=14160] ppid=14159 vsize=868884 CPUtime=1.25
/proc/14160/stat : 14160 (java) S 14159 14146 14008 0 -1 0 9726 0 6 0 120 5 0 0 18 0 9 0 20492945 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 217221 8824 2566 9 0 211726 0
[pid=14160/tid=14161] ppid=14159 vsize=868884 CPUtime=0.77
/proc/14160/task/14161/stat : 14161 (java) R 14159 14146 14008 0 -1 64 2603 0 5 0 76 1 0 0 20 0 9 0 20492946 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14162] ppid=14159 vsize=868884 CPUtime=0.3
/proc/14160/task/14162/stat : 14162 (java) R 14159 14146 14008 0 -1 64 4959 0 0 0 29 1 0 0 16 0 9 0 20492947 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 102768099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14163] ppid=14159 vsize=868884 CPUtime=0
/proc/14160/task/14163/stat : 14163 (java) S 14159 14146 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20492948 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14164] ppid=14159 vsize=868884 CPUtime=0
/proc/14160/task/14164/stat : 14164 (java) S 14159 14146 14008 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20492948 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14165] ppid=14159 vsize=868884 CPUtime=0
/proc/14160/task/14165/stat : 14165 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20492950 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14166] ppid=14159 vsize=868884 CPUtime=0.15
/proc/14160/task/14166/stat : 14166 (java) S 14159 14146 14008 0 -1 64 1460 0 1 0 14 1 0 0 16 0 9 0 20492950 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14167] ppid=14159 vsize=868884 CPUtime=0
/proc/14160/task/14167/stat : 14167 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20492950 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14168] ppid=14159 vsize=868884 CPUtime=0
/proc/14160/task/14168/stat : 14168 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20492950 889737216 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 891108

[startup+6.30227 s]
/proc/loadavg: 2.16 2.07 2.03 3/83 14168
/proc/meminfo: memFree=1779208/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=1.56
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1304 14510 6 35 5 2 136 13 16 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
[pid=14159] ppid=14146 vsize=5356 CPUtime=0
/proc/14159/stat : 14159 (sh) S 14146 14146 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20492945 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14159/statm: 1339 233 193 169 0 50 0
[pid=14160] ppid=14159 vsize=879384 CPUtime=4.45
/proc/14160/stat : 14160 (java) S 14159 14146 14008 0 -1 0 29419 0 6 0 428 17 0 0 18 0 9 0 20492945 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 219846 25505 2567 9 0 214351 0
[pid=14160/tid=14161] ppid=14159 vsize=879384 CPUtime=2.63
/proc/14160/task/14161/stat : 14161 (java) R 14159 14146 14008 0 -1 64 3268 0 5 0 261 2 0 0 25 0 9 0 20492946 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14162] ppid=14159 vsize=879384 CPUtime=1.6
/proc/14160/task/14162/stat : 14162 (java) R 14159 14146 14008 0 -1 64 23953 0 0 0 148 12 0 0 16 0 9 0 20492947 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 102758142 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14163] ppid=14159 vsize=879384 CPUtime=0
/proc/14160/task/14163/stat : 14163 (java) S 14159 14146 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20492948 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14164] ppid=14159 vsize=879384 CPUtime=0
/proc/14160/task/14164/stat : 14164 (java) S 14159 14146 14008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20492948 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14165] ppid=14159 vsize=879384 CPUtime=0
/proc/14160/task/14165/stat : 14165 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20492950 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14166] ppid=14159 vsize=879384 CPUtime=0.18
/proc/14160/task/14166/stat : 14166 (java) S 14159 14146 14008 0 -1 64 1494 0 1 0 17 1 0 0 16 0 9 0 20492950 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14167] ppid=14159 vsize=879384 CPUtime=0
/proc/14160/task/14167/stat : 14167 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20492950 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14168] ppid=14159 vsize=879384 CPUtime=0
/proc/14160/task/14168/stat : 14168 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20492950 900489216 25505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 901608

[startup+12.7029 s]
/proc/loadavg: 2.14 2.07 2.03 3/83 14168
/proc/meminfo: memFree=1688520/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=1.56
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1304 14510 6 35 5 2 136 13 15 0 1 0 20492763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1111 409 3 0 796 0
[pid=14159] ppid=14146 vsize=5356 CPUtime=0
/proc/14159/stat : 14159 (sh) S 14146 14146 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20492945 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14159/statm: 1339 233 193 169 0 50 0
[pid=14160] ppid=14159 vsize=868744 CPUtime=10.84
/proc/14160/stat : 14160 (java) S 14159 14146 14008 0 -1 0 47752 0 7 0 1030 54 0 0 18 0 9 0 20492945 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14160/statm: 217186 31375 2593 9 0 211663 0
[pid=14160/tid=14161] ppid=14159 vsize=868744 CPUtime=7.3
/proc/14160/task/14161/stat : 14161 (java) R 14159 14146 14008 0 -1 64 3959 0 6 0 701 29 0 0 25 0 9 0 20492946 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14162] ppid=14159 vsize=868744 CPUtime=3.25
/proc/14160/task/14162/stat : 14162 (java) S 14159 14146 14008 0 -1 64 41553 0 0 0 303 22 0 0 16 0 9 0 20492947 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14163] ppid=14159 vsize=868744 CPUtime=0
/proc/14160/task/14163/stat : 14163 (java) S 14159 14146 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20492948 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14164] ppid=14159 vsize=868744 CPUtime=0
/proc/14160/task/14164/stat : 14164 (java) S 14159 14146 14008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20492948 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14165] ppid=14159 vsize=868744 CPUtime=0
/proc/14160/task/14165/stat : 14165 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20492950 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14166] ppid=14159 vsize=868744 CPUtime=0.25
/proc/14160/task/14166/stat : 14166 (java) S 14159 14146 14008 0 -1 64 1536 0 1 0 24 1 0 0 16 0 9 0 20492950 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14167] ppid=14159 vsize=868744 CPUtime=0
/proc/14160/task/14167/stat : 14167 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20492950 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14160/tid=14168] ppid=14159 vsize=868744 CPUtime=0
/proc/14160/task/14168/stat : 14168 (java) S 14159 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20492950 889593856 31375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 890968

[startup+25.5012 s]
/proc/loadavg: 2.25 2.10 2.04 3/75 14170
/proc/meminfo: memFree=1713736/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=35368 CPUtime=7.76
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 8289 0 0 0 351 425 0 0 25 0 1 0 20494534 36216832 8275 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 8842 8275 40 102 0 8737 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 57592

[startup+51.1027 s]
/proc/loadavg: 2.23 2.10 2.05 3/75 14170
/proc/meminfo: memFree=1612168/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=146300 CPUtime=33.35
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 33992 0 0 0 1510 1825 0 0 25 0 1 0 20494534 149811200 33978 996147200 134512640 134931368 4294956256 18446744073709551615 134528130 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 36575 33978 40 102 0 36470 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 168524

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

[startup+57.5014 s]
/proc/loadavg: 2.21 2.10 2.05 3/75 14170
/proc/meminfo: memFree=1586696/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=167932 CPUtime=39.75
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 40148 0 0 0 1816 2159 0 0 25 0 1 0 20494534 171962368 40134 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 41983 40134 40 102 0 41878 0
Current children cumulated CPU time (s) 57.13
Current children cumulated vsize (KiB) 190156

[startup+60.7027 s]
/proc/loadavg: 2.19 2.10 2.05 3/75 14170
/proc/meminfo: memFree=1576392/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=193384 CPUtime=42.95
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 42328 0 0 0 2025 2270 0 0 25 0 1 0 20494534 198025216 42312 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 48346 42312 48 102 0 48241 0
Current children cumulated CPU time (s) 60.33
Current children cumulated vsize (KiB) 215608

[startup+62.3018 s]
/proc/loadavg: 2.19 2.10 2.05 3/75 14170
/proc/meminfo: memFree=1576264/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=193384 CPUtime=44.55
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 42357 0 0 0 2185 2270 0 0 25 0 1 0 20494534 198025216 42341 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 48346 42341 48 102 0 48241 0
Current children cumulated CPU time (s) 61.93
Current children cumulated vsize (KiB) 215608

[startup+63.1019 s]
/proc/loadavg: 2.19 2.10 2.05 3/75 14170
/proc/meminfo: memFree=1576264/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=17.38
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1359 62737 6 42 5 3 1627 103 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14169] ppid=14146 vsize=5356 CPUtime=0
/proc/14169/stat : 14169 (sh) S 14146 14146 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20494533 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14169/statm: 1339 232 193 169 0 50 0
[pid=14170] ppid=14169 vsize=193384 CPUtime=45.35
/proc/14170/stat : 14170 (picosat) R 14169 14146 14008 0 -1 4194304 42371 0 0 0 2265 2270 0 0 25 0 1 0 20494534 198025216 42355 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/14170/statm: 48346 42355 48 102 0 48241 0
Current children cumulated CPU time (s) 62.73
Current children cumulated vsize (KiB) 215608

[startup+63.903 s]
/proc/loadavg: 2.18 2.10 2.04 4/83 14180
/proc/meminfo: memFree=1740488/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=63.25
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1440 105424 6 42 5 3 3940 2377 16 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14171] ppid=14146 vsize=5356 CPUtime=0
/proc/14171/stat : 14171 (sh) S 14146 14146 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20499124 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14171/statm: 1339 233 193 169 0 50 0
[pid=14172] ppid=14171 vsize=862012 CPUtime=0.26
/proc/14172/stat : 14172 (java) S 14171 14146 14008 0 -1 0 3050 0 1 0 24 2 0 0 18 0 9 0 20499125 882700288 2515 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14172/statm: 215503 2515 1281 9 0 210416 0
[pid=14172/tid=14173] ppid=14171 vsize=862012 CPUtime=0.23
/proc/14172/task/14173/stat : 14173 (java) R 14171 14146 14008 0 -1 64 2052 0 1 0 22 1 0 0 19 0 9 0 20499126 882700288 2515 996147200 134512640 134550932 4294955984 18446744073709551615 4125981490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14174] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14174/stat : 14174 (java) S 14171 14146 14008 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 20499127 882700288 2515 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14175/stat : 14175 (java) S 14171 14146 14008 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20499128 882700288 2515 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14176/stat : 14176 (java) S 14171 14146 14008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20499128 882700288 2516 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14171 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20499130 882700288 2516 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14171 vsize=862012 CPUtime=0.02
/proc/14172/task/14178/stat : 14178 (java) R 14171 14146 14008 0 -1 64 232 0 0 0 2 0 0 0 17 0 9 0 20499130 882700288 2516 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14179] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14171 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20499130 882700288 2516 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14180] ppid=14171 vsize=862012 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14171 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20499130 882700288 2516 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.51
Current children cumulated vsize (KiB) 884236

[startup+64.102 s]
/proc/loadavg: 2.18 2.10 2.04 4/83 14180
/proc/meminfo: memFree=1740488/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=63.25
/proc/14146/stat : 14146 (sugar) S 14144 14146 14008 0 -1 4194304 1442 105424 6 42 5 3 3940 2377 15 0 1 0 20492763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14146/statm: 4217 1113 409 3 0 796 0
[pid=14171] ppid=14146 vsize=5356 CPUtime=0
/proc/14171/stat : 14171 (sh) S 14146 14146 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20499124 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14171/statm: 1339 233 193 169 0 50 0
[pid=14172] ppid=14171 vsize=862288 CPUtime=0.46
/proc/14172/stat : 14172 (java) S 14171 14146 14008 0 -1 0 3185 0 1 0 44 2 0 0 18 0 9 0 20499125 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14172/statm: 215572 2649 1290 9 0 210485 0
[pid=14172/tid=14173] ppid=14171 vsize=862288 CPUtime=0.38
/proc/14172/task/14173/stat : 14173 (java) R 14171 14146 14008 0 -1 64 2055 0 1 0 37 1 0 0 20 0 9 0 20499126 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14174] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14174/stat : 14174 (java) S 14171 14146 14008 0 -1 64 121 0 0 0 0 0 0 0 16 0 9 0 20499127 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14175] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14175/stat : 14175 (java) S 14171 14146 14008 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20499128 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14176] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14176/stat : 14176 (java) S 14171 14146 14008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20499128 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14177] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14177/stat : 14177 (java) S 14171 14146 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20499130 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14178] ppid=14171 vsize=862288 CPUtime=0.06
/proc/14172/task/14178/stat : 14178 (java) R 14171 14146 14008 0 -1 64 316 0 0 0 6 0 0 0 16 0 9 0 20499130 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14179] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14179/stat : 14179 (java) S 14171 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20499130 882982912 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14172/tid=14180] ppid=14171 vsize=862288 CPUtime=0
/proc/14172/task/14180/stat : 14180 (java) S 14171 14146 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20499130 882982912 2650 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.71
Current children cumulated vsize (KiB) 884512

[startup+64.202 s]
/proc/loadavg: 2.18 2.10 2.04 4/83 14180
/proc/meminfo: memFree=1740488/2055920 swapFree=4192812/4192956
[pid=14146] ppid=14144 vsize=16868 CPUtime=63.78
/proc/14146/stat : 14146 (sugar) R 14144 14146 14008 0 -1 4194304 1471 109423 6 43 5 8 3985 2380 16 0 1 0 20492763 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14146/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 63.78
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 64.2041
CPU time (s): 63.8163
CPU user time (s): 39.9189
CPU system time (s): 23.8974
CPU usage (%): 99.396
Max. virtual memory (cumulated for all children) (KiB): 911848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9189
system time used= 23.8974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110954
page faults= 49
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7822
involuntary context switches= 7621

runsolver used 0.069989 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 19:45:01
IDJOB=2064140
IDBENCH=54126
IDSOLVER=738
FILE ID=node70/2064140-1247334301
PBS_JOBID= 9506644
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= bdbe2078ed8387e97052ed05a12c408b
RANDOM SEED=372648226

node70.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.214
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.214
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:       1855952 kB
Buffers:          6384 kB
Cached:          57808 kB
SwapCached:          0 kB
Active:         129360 kB
Inactive:        24932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4500 kB
Writeback:           0 kB
Mapped:         101752 kB
Slab:            31092 kB
Committed_AS:   210888 kB
PageTables:       1836 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= 66408 MiB
End job on node70 at 2009-07-11 19:46:05