Trace number 2077967

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 130.19 131.742

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-2.xml
MD5SUMdeee800a676362b8ba7ef4a56056f1e3
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.19
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65133
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64933
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:39:41 2009
0.00/0.08	c 0	PID 24588
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077967-1247366380.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077967-1247366380.xml' 'HOME/temp.csp'
3.43/3.57	c 3	32 domains, 800 variables, 1 predicates, 0 relations, 65133 constraints
3.52/3.60	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.52/3.60	c 3	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.52/3.68	c 3	Parsing HOME/temp.csp
3.53/3.85	c 4	parsed 10000 expressions
3.53/4.01	c 4	parsed 20000 expressions
3.53/4.18	c 4	parsed 30000 expressions
3.53/4.36	c 4	parsed 40000 expressions
4.31/4.47	c 4	parsed 50000 expressions
4.59/4.76	c 5	parsed 60000 expressions
4.69/4.82	c 5	parsed 65966 expressions
4.69/4.83	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.83	c 5	Converting to clausal form CSP
5.39/5.58	c 5	converted 6597 (10%) expressions
6.29/6.44	c 6	converted 13194 (20%) expressions
6.88/7.01	c 7	converted 19790 (30%) expressions
7.86/8.03	c 8	converted 26387 (40%) expressions
8.46/8.60	c 8	converted 32983 (50%) expressions
8.94/9.17	c 9	converted 39580 (60%) expressions
9.54/9.74	c 10	converted 46177 (70%) expressions
10.93/11.17	c 11	converted 52773 (80%) expressions
11.62/11.87	c 12	converted 59370 (90%) expressions
13.19/13.42	c 13	converted 65966 (100%) expressions
13.19/13.42	c 13	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
13.19/13.42	c 13	Heap : 152 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.19/13.42	c 13	Propagation in CSP
13.49/13.75	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.49/13.75	c 14	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
13.49/13.75	c 14	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.49/13.80	c 14	Simplifing CSP by introducing new Boolean variables
16.56/16.83	c 17	CSP : 800 integers, 314493 booleans, 409482 clauses, largest domain size 45
16.56/16.83	c 17	Heap : 241 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.14/18.46	c 18	Encoding CSP to SAT : HOME/temp.cnf
18.24/18.53	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
18.24/18.53	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
18.24/18.54	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
18.24/18.54	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
18.24/18.54	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
18.24/18.55	c 18	480 (60%) CSP integer variables are encoded (17364 clauses, 238818 bytes)
18.24/18.56	c 18	560 (70%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
18.24/18.56	c 18	640 (80%) CSP integer variables are encoded (17673 clauses, 243453 bytes)
18.24/18.57	c 18	720 (90%) CSP integer variables are encoded (17833 clauses, 245853 bytes)
18.24/18.57	c 18	800 (100%) CSP integer variables are encoded (17954 clauses, 247668 bytes)
20.02/20.39	c 20	40949 (10%) CSP clauses are encoded (817606 clauses, 15678212 bytes)
21.81/22.14	c 22	81897 (20%) CSP clauses are encoded (1616797 clauses, 31833439 bytes)
23.56/23.97	c 24	122845 (30%) CSP clauses are encoded (2416028 clauses, 48431470 bytes)
25.42/25.83	c 26	163793 (40%) CSP clauses are encoded (3214665 clauses, 65464997 bytes)
27.21/27.68	c 27	204741 (50%) CSP clauses are encoded (4012513 clauses, 82541548 bytes)
29.07/29.56	c 29	245690 (60%) CSP clauses are encoded (4811641 clauses, 99745631 bytes)
30.94/31.46	c 31	286638 (70%) CSP clauses are encoded (5610841 clauses, 117539895 bytes)
32.91/33.49	c 33	327586 (80%) CSP clauses are encoded (6491361 clauses, 137169970 bytes)
35.46/36.01	c 36	368534 (90%) CSP clauses are encoded (7727877 clauses, 163458348 bytes)
37.92/38.53	c 38	409482 (100%) CSP clauses are encoded (8965009 clauses, 190124977 bytes)
37.92/38.54	c 38	409482 CSP clauses encoded
37.92/38.54	c 38	Writing map file : HOME/temp.map
37.92/38.58	c 38	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.92/38.58	c 38	SAT : 333223 SAT variables, 8965009 SAT clauses, 190124977 bytes
37.92/38.58	c 38	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.98/38.64	c 38	SOLVING HOME/temp.cnf
37.98/38.64	c 38	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
129.28/130.88	c 131	DECODING HOME/temp.out WITH HOME/temp.map
129.28/130.88	c 131	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'
129.37/130.97	c 131	Decoding HOME/temp.out
129.95/131.55	s SATISFIABLE
129.95/131.58	v 0 34 1 0 3 42 37 1 29 10 6 2 2 3 36 22 22 39 4 7 42 8 38 21 0 13 7 25 16 19 38 4 1 0 11 10 12 1 3 4 12 2 2 6 24 0 19 43 26 5 6 41 17 5 2 10 2 28 24 9 6 6 9 8 6 8 6 35 9 3 35 7 8 7 5 9 5 7 6 3 4 10 23 10 8 33 5 11 2 9 42 9 33 7 37 18 8 27 1 7 11 12 4 25 10 5 18 11 28 12 0 13 29 32 11 21 2 22 16 4 15 18 11 12 14 28 12 0 38 14 11 19 32 16 16 24 13 9 41 17 17 1 3 4 28 35 13 14 14 26 40 0 26 11 15 9 15 7 16 15 35 15 6 3 2 4 14 7 17 16 19 6 5 17 17 28 4 30 18 18 13 18 18 28 15 20 18 18 21 33 27 32 12 35 27 26 12 21 10 22 20 9 17 19 0 23 15 29 1 19 24 20 21 40 16 18 8 8 16 26 17 23 25 19 20 20 22 20 24 33 31 21 21 23 20 27 24 23 24 31 27 22 10 33 24 17 13 25 27 25 23 13 10 26 17 16 30 44 3 5 23 29 23 29 28 36 32 5 22 30 31 30 31 25 32 12 33 34 44 8 29 33 20 30 34 31 24 25 35 33 26 36 21 36 13 39 29 25 30 20 27 7 15 23 30 43 35 5 28 34 29 38 3 32 36 31 37 42 33 31 44 34 39 15 35 26 9 24 34 34 32 33 35 34 39 27 41 38 39 42 39 43 40 38 12 35 37 41 27 40 13 40 41 14 21 3 43 37 8 36 42 40 41 43 36 38 40 37 37 29 39 41 29 14 38 22 44 22 23 42 44 4 36 40 40 41 43 32 42 2 44 43 1 39 30 44 44 36 31 37 7 3 0 6 3 8 5 3 3 9 9 2 6 8 3 4 5 8 8 9 6 0 9 6 8 4 0 2 8 2 5 6 9 3 3 3 6 7 4 0 9 4 9 4 0 4 3 4 5 8 1 0 8 6 7 1 0 7 3 5 8 7 4 5 0 8 2 4 8 5 2 2 9 6 9 9 1 1 3 7 7 7 9 8 4 4 5 2 5 1 9 3 1 4 3 9 2 4 6 7 0 0 9 0 0 3 1 9 9 5 5 5 4 1 4 3 3 1 4 2 9 2 1 8 9 5 2 2 0 1 5 5 2 6 7 5 7 7 9 5 7 2 6 3 3 1 2 7 6 9 3 9 4 7 5 6 8 5 5 2 6 1 6 2 1 4 5 8 9 3 7 5 0 0 1 2 1 5 7 8 3 3 4 0 0 7 5 6 5 6 7 0 3 0 3 0 1 7 2 0 6 2 4 0 0 6 3 6 4 9 6 9 1 9 0 0 7 3 1 7 3 7 5 4 8 0 8 3 7 9 0 8 4 4 4 6 8 5 9 1 1 2 6 0 2 6 9 9 9 1 8 8 5 6 2 9 4 2 0 4 1 0 2 7 1 9 5 2 9 0 7 6 9 4 7 4 3 6 7 6 8 7 5 7 7 5 4 8 5 8 3 4 0 5 1 3 5 7 1 1 0 3 7 0 2 2 3 7 4 8 1 4 1 6 6 8 8 2 2 4 1 9 1 4 9 8 0 1 5 1 9 5 7 4 5 8 8 6 7 5 4 0 1 3 7 8 4 1 5 0 0 6 2 0 9 9 5 7 1 8 7 8 4 8 7 7 7 9 1 9 9 7 2 4 8 7 3 3 3 0 8 5 1 5 4 5 7 8 4 8 5 9 5 0 9 4 0 0 2 0
129.95/131.59	c 131	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.03/131.64	c 131	CPU 130.06 (0.06 0.02 84.61 45.37)
130.03/131.64	c 131	END Sun Jul 12 04:41:52 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-2077967-1247366380/watcher-2077967-1247366380 -o /tmp/evaluation-result-2077967-1247366380/solver-2077967-1247366380 -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-2077967-1247366380.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.01 2.10 2.20 4/82 24588
/proc/meminfo: memFree=1216384/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=18576 CPUtime=0
/proc/24588/stat : 24588 (runsolver) R 24586 24588 24491 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23705828 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24588/statm: 4644 284 249 26 0 2626 0

[startup+0.107646 s]
/proc/loadavg: 2.01 2.10 2.20 4/82 24588
/proc/meminfo: memFree=1216384/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202653 s]
/proc/loadavg: 2.01 2.10 2.20 4/82 24588
/proc/meminfo: memFree=1216384/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302671 s]
/proc/loadavg: 2.01 2.10 2.20 4/82 24588
/proc/meminfo: memFree=1216384/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70175 s]
/proc/loadavg: 2.01 2.10 2.20 4/82 24588
/proc/meminfo: memFree=1216384/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 2.01 2.10 2.20 3/93 24600
/proc/meminfo: memFree=1181480/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
[pid=24591] ppid=24588 vsize=5356 CPUtime=0
/proc/24591/stat : 24591 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23705836 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24591/statm: 1339 233 193 169 0 50 0
[pid=24592] ppid=24591 vsize=866760 CPUtime=1.38
/proc/24592/stat : 24592 (java) S 24591 24588 24491 0 -1 0 18007 0 1 0 126 12 0 0 18 0 9 0 23705837 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24592/statm: 216690 15576 2557 9 0 211202 0
[pid=24592/tid=24593] ppid=24591 vsize=866760 CPUtime=0.72
/proc/24592/task/24593/stat : 24593 (java) R 24591 24588 24491 0 -1 64 3026 0 1 0 69 3 0 0 25 0 9 0 23705838 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24594] ppid=24591 vsize=866760 CPUtime=0.54
/proc/24592/task/24594/stat : 24594 (java) R 24591 24588 24491 0 -1 64 13780 0 0 0 47 7 0 0 16 0 9 0 23705839 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 102499811 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24595] ppid=24591 vsize=866760 CPUtime=0
/proc/24592/task/24595/stat : 24595 (java) S 24591 24588 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23705839 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24596] ppid=24591 vsize=866760 CPUtime=0
/proc/24592/task/24596/stat : 24596 (java) S 24591 24588 24491 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 23705839 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24597] ppid=24591 vsize=866760 CPUtime=0
/proc/24592/task/24597/stat : 24597 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23705841 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24598] ppid=24591 vsize=866760 CPUtime=0.09
/proc/24592/task/24598/stat : 24598 (java) S 24591 24588 24491 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 23705841 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24599] ppid=24591 vsize=866760 CPUtime=0
/proc/24592/task/24599/stat : 24599 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23705841 887562240 15576 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24600] ppid=24591 vsize=866760 CPUtime=0
/proc/24592/task/24600/stat : 24600 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23705841 887562240 15576 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.10301 s]
/proc/loadavg: 2.01 2.09 2.20 4/93 24600
/proc/meminfo: memFree=1130408/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=0.07
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
[pid=24591] ppid=24588 vsize=5356 CPUtime=0
/proc/24591/stat : 24591 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23705836 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24591/statm: 1339 233 193 169 0 50 0
[pid=24592] ppid=24591 vsize=864772 CPUtime=2.97
/proc/24592/stat : 24592 (java) S 24591 24588 24491 0 -1 0 31706 0 1 0 277 20 0 0 18 0 9 0 23705837 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24592/statm: 216193 26789 2557 9 0 210705 0
[pid=24592/tid=24593] ppid=24591 vsize=864772 CPUtime=1.49
/proc/24592/task/24593/stat : 24593 (java) R 24591 24588 24491 0 -1 64 3928 0 1 0 145 4 0 0 25 0 9 0 23705838 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24594] ppid=24591 vsize=864772 CPUtime=1.3
/proc/24592/task/24594/stat : 24594 (java) S 24591 24588 24491 0 -1 64 26544 0 0 0 116 14 0 0 16 0 9 0 23705839 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24595] ppid=24591 vsize=864772 CPUtime=0
/proc/24592/task/24595/stat : 24595 (java) S 24591 24588 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23705839 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24596] ppid=24591 vsize=864772 CPUtime=0
/proc/24592/task/24596/stat : 24596 (java) S 24591 24588 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 23705839 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24597] ppid=24591 vsize=864772 CPUtime=0
/proc/24592/task/24597/stat : 24597 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23705841 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24598] ppid=24591 vsize=864772 CPUtime=0.14
/proc/24592/task/24598/stat : 24598 (java) S 24591 24588 24491 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 23705841 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24599] ppid=24591 vsize=864772 CPUtime=0
/proc/24592/task/24599/stat : 24599 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23705841 885526528 26789 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24592/tid=24600] ppid=24591 vsize=864772 CPUtime=0
/proc/24592/task/24600/stat : 24600 (java) S 24591 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23705841 885526528 26789 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.30241 s]
/proc/loadavg: 2.01 2.09 2.20 3/93 24610
/proc/meminfo: memFree=1164264/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=3.53
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1309 32372 0 1 5 2 322 24 16 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
[pid=24601] ppid=24588 vsize=5356 CPUtime=0
/proc/24601/stat : 24601 (sh) S 24588 24588 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24601/statm: 1339 233 193 169 0 50 0
[pid=24602] ppid=24601 vsize=868620 CPUtime=2.65
/proc/24602/stat : 24602 (java) S 24601 24588 24491 0 -1 0 18712 0 1 0 254 11 0 0 18 0 9 0 23706189 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 217155 16908 2566 9 0 211660 0
[pid=24602/tid=24603] ppid=24601 vsize=868620 CPUtime=1.38
/proc/24602/task/24603/stat : 24603 (java) R 24601 24588 24491 0 -1 64 3159 0 1 0 136 2 0 0 24 0 9 0 23706190 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4126434436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24604] ppid=24601 vsize=868620 CPUtime=1.08
/proc/24602/task/24604/stat : 24604 (java) S 24601 24588 24491 0 -1 64 13394 0 0 0 101 7 0 0 16 0 9 0 23706191 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24605/stat : 24605 (java) S 24601 24588 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23706191 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24606] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24606/stat : 24606 (java) S 24601 24588 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706191 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24601 24588 24491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23706193 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24601 vsize=868620 CPUtime=0.15
/proc/24602/task/24608/stat : 24608 (java) S 24601 24588 24491 0 -1 64 1456 0 0 0 15 0 0 0 15 0 9 0 23706193 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24609] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23706193 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24610] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23706193 889466880 16908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890844

[startup+12.7021 s]
/proc/loadavg: 2.01 2.09 2.20 3/93 24610
/proc/meminfo: memFree=1064488/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=3.53
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1309 32372 0 1 5 2 322 24 16 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
[pid=24601] ppid=24588 vsize=5356 CPUtime=0
/proc/24601/stat : 24601 (sh) S 24588 24588 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24601/statm: 1339 233 193 169 0 50 0
[pid=24602] ppid=24601 vsize=868620 CPUtime=8.97
/proc/24602/stat : 24602 (java) S 24601 24588 24491 0 -1 0 53468 0 1 0 867 30 0 0 18 0 9 0 23706189 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 217155 41862 2567 9 0 211660 0
[pid=24602/tid=24603] ppid=24601 vsize=868620 CPUtime=4.91
/proc/24602/task/24603/stat : 24603 (java) R 24601 24588 24491 0 -1 64 4468 0 1 0 488 3 0 0 25 0 9 0 23706190 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24604] ppid=24601 vsize=868620 CPUtime=3.86
/proc/24602/task/24604/stat : 24604 (java) R 24601 24588 24491 0 -1 64 46826 0 0 0 361 25 0 0 16 0 9 0 23706191 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24605/stat : 24605 (java) S 24601 24588 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23706191 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24606] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24606/stat : 24606 (java) S 24601 24588 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706191 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24601 24588 24491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23706193 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24601 vsize=868620 CPUtime=0.18
/proc/24602/task/24608/stat : 24608 (java) S 24601 24588 24491 0 -1 64 1471 0 0 0 17 1 0 0 16 0 9 0 23706193 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24609] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23706193 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24610] ppid=24601 vsize=868620 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23706193 889466880 41862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890844

[startup+25.5026 s]
/proc/loadavg: 2.08 2.10 2.20 3/93 24610
/proc/meminfo: memFree=883560/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=3.54
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1310 32372 0 1 6 2 322 24 16 0 1 0 23705828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1111 409 3 0 796 0
[pid=24601] ppid=24588 vsize=5356 CPUtime=0
/proc/24601/stat : 24601 (sh) S 24588 24588 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24601/statm: 1339 233 193 169 0 50 0
[pid=24602] ppid=24601 vsize=868732 CPUtime=21.59
/proc/24602/stat : 24602 (java) S 24601 24588 24491 0 -1 0 94423 0 1 0 2070 89 0 0 18 0 9 0 23706189 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 217183 68891 2593 9 0 211660 0
[pid=24602/tid=24603] ppid=24601 vsize=868732 CPUtime=12.92
/proc/24602/task/24603/stat : 24603 (java) R 24601 24588 24491 0 -1 64 6023 0 1 0 1250 42 0 0 25 0 9 0 23706190 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4126431464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24604] ppid=24601 vsize=868732 CPUtime=8.37
/proc/24602/task/24604/stat : 24604 (java) S 24601 24588 24491 0 -1 64 86172 0 0 0 793 44 0 0 16 0 9 0 23706191 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24601 vsize=868732 CPUtime=0
/proc/24602/task/24605/stat : 24605 (java) S 24601 24588 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23706191 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24606] ppid=24601 vsize=868732 CPUtime=0
/proc/24602/task/24606/stat : 24606 (java) S 24601 24588 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706191 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24601 vsize=868732 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24601 24588 24491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23706193 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24601 vsize=868732 CPUtime=0.26
/proc/24602/task/24608/stat : 24608 (java) S 24601 24588 24491 0 -1 64 1525 0 0 0 25 1 0 0 16 0 9 0 23706193 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24609] ppid=24601 vsize=868732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23706193 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24602/tid=24610] ppid=24601 vsize=868732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24601 24588 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23706193 889581568 68891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890956

[startup+51.1026 s]
/proc/loadavg: 2.05 2.09 2.19 3/85 24612
/proc/meminfo: memFree=971112/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=57968 CPUtime=12.32
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 12754 0 0 0 562 670 0 0 25 0 1 0 23709693 59359232 12740 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 14492 12740 40 102 0 14387 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 80192

[startup+102.303 s]
/proc/loadavg: 2.02 2.08 2.18 3/85 24612
/proc/meminfo: memFree=740712/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=275048 CPUtime=63.03
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 63282 0 0 0 2940 3363 0 0 25 0 1 0 23709693 281649152 63268 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 68762 63268 40 102 0 68657 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 297272

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

[startup+102.408 s]
/proc/loadavg: 2.02 2.08 2.18 3/85 24612
/proc/meminfo: memFree=740712/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=275444 CPUtime=63.13
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 63382 0 0 0 2944 3369 0 0 25 0 1 0 23709693 282054656 63368 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 68861 63368 40 102 0 68756 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 297668

[startup+115.201 s]
/proc/loadavg: 2.02 2.07 2.18 3/85 24612
/proc/meminfo: memFree=694184/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=317552 CPUtime=75.81
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 75673 0 0 0 3535 4046 0 0 25 0 1 0 23709693 325173248 75659 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 79388 75659 40 102 0 79283 0
Current children cumulated CPU time (s) 113.84
Current children cumulated vsize (KiB) 339776

[startup+121.602 s]
/proc/loadavg: 2.01 2.07 2.18 3/85 24612
/proc/meminfo: memFree=669800/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=337832 CPUtime=82.13
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 81103 0 0 0 3884 4329 0 0 25 0 1 0 23709693 345939968 81089 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 84458 81089 42 102 0 84353 0
Current children cumulated CPU time (s) 120.16
Current children cumulated vsize (KiB) 360056

[startup+128.003 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24612
/proc/meminfo: memFree=668584/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=343976 CPUtime=88.47
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 81303 0 0 0 4518 4329 0 0 25 0 1 0 23709693 352231424 81289 996147200 134512640 134931368 4294956256 18446744073709551615 134544698 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 85994 81289 42 102 0 85889 0
Current children cumulated CPU time (s) 126.5
Current children cumulated vsize (KiB) 366200

[startup+129.602 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24612
/proc/meminfo: memFree=668584/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=343984 CPUtime=90.06
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 81316 0 0 0 4677 4329 0 0 25 0 1 0 23709693 352239616 81300 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 85996 81300 48 102 0 85891 0
Current children cumulated CPU time (s) 128.09
Current children cumulated vsize (KiB) 366208

[startup+130.402 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24612
/proc/meminfo: memFree=668584/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=38.03
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1365 127263 0 2 6 2 3598 197 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24611] ppid=24588 vsize=5356 CPUtime=0
/proc/24611/stat : 24611 (sh) S 24588 24588 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709692 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24611/statm: 1339 232 193 169 0 50 0
[pid=24612] ppid=24611 vsize=343988 CPUtime=90.84
/proc/24612/stat : 24612 (picosat) R 24611 24588 24491 0 -1 4194304 81365 0 0 0 4754 4330 0 0 25 0 1 0 23709693 352243712 81349 996147200 134512640 134931368 4294956256 18446744073709551615 134580046 0 0 4096 0 0 0 0 17 1 0 0
/proc/24612/statm: 85997 81349 52 102 0 85892 0
Current children cumulated CPU time (s) 128.87
Current children cumulated vsize (KiB) 366212

[startup+131.202 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24614
/proc/meminfo: memFree=990760/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=129.37
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1446 208914 0 2 6 2 8396 4533 16 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24613] ppid=24588 vsize=5356 CPUtime=0
/proc/24613/stat : 24613 (sh) S 24588 24588 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23718916 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24613/statm: 1339 233 193 169 0 50 0
[pid=24614] ppid=24613 vsize=862316 CPUtime=0.29
/proc/24614/stat : 24614 (java) S 24613 24588 24491 0 -1 0 3120 0 1 0 27 2 0 0 18 0 9 0 23718917 883011584 2585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24614/statm: 215579 2585 1285 9 0 210492 0
Current children cumulated CPU time (s) 129.66
Current children cumulated vsize (KiB) 884540

[startup+131.602 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24614
/proc/meminfo: memFree=990760/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=129.37
/proc/24588/stat : 24588 (sugar) S 24586 24588 24491 0 -1 4194304 1449 208914 0 2 6 2 8396 4533 15 0 1 0 23705828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24588/statm: 4217 1113 409 3 0 796 0
[pid=24613] ppid=24588 vsize=5356 CPUtime=0
/proc/24613/stat : 24613 (sh) S 24588 24588 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23718916 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24613/statm: 1339 233 193 169 0 50 0
[pid=24614] ppid=24613 vsize=864152 CPUtime=0.66
/proc/24614/stat : 24614 (java) S 24613 24588 24491 0 -1 0 3759 0 1 0 64 2 0 0 18 0 9 0 23718917 884891648 3217 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24614/statm: 216038 3217 1726 9 0 210543 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (KiB) 886376

[startup+131.702 s]
/proc/loadavg: 2.01 2.07 2.17 3/85 24614
/proc/meminfo: memFree=990760/2055920 swapFree=4192812/4192956
[pid=24588] ppid=24586 vsize=16868 CPUtime=130.13
/proc/24588/stat : 24588 (sugar) R 24586 24588 24491 0 -1 4194304 1477 212962 0 3 6 9 8461 4537 16 0 1 0 23705828 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24588/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 130.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 131.742
CPU time (s): 130.19
CPU user time (s): 84.6811
CPU system time (s): 45.5091
CPU usage (%): 98.822
Max. virtual memory (cumulated for all children) (KiB): 911336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6811
system time used= 45.5091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214499
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= 7644
involuntary context switches= 12174

runsolver used 0.198969 second user time and 0.45993 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 04:39:41
IDJOB=2077967
IDBENCH=56692
IDSOLVER=738
FILE ID=node1/2077967-1247366380
PBS_JOBID= 9507117
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-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-2077967-1247366380/watcher-2077967-1247366380 -o /tmp/evaluation-result-2077967-1247366380/solver-2077967-1247366380 -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-2077967-1247366380.xml

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

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=1017330870

node1.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.216
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.216
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:       1216864 kB
Buffers:         36372 kB
Cached:         271124 kB
SwapCached:          0 kB
Active:         696212 kB
Inactive:        77024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10548 kB
Writeback:           0 kB
Mapped:         487048 kB
Slab:            49952 kB
Committed_AS:   700476 kB
PageTables:       2912 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 node1 at 2009-07-12 04:41:53