Trace number 2064129

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 108.54 109.623

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-8.xml
MD5SUM6ffc155fe35ccd8e570b991c75a33724
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.4141
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints47551
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47302
Global constraints used (with number of constraints)alldifferent(249)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sat Jul 11 19:43:34 2009
0.04/0.07	c 0	PID 14055
0.04/0.07	c 0	HOST node27.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2064129-1247334214.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064129-1247334214.xml' 'HOME/temp.csp'
2.46/2.69	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 47551 constraints
2.56/2.73	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.56/2.73	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'
2.57/2.81	c 3	Parsing HOME/temp.csp
2.57/2.97	c 3	parsed 10000 expressions
2.57/3.12	c 3	parsed 20000 expressions
3.03/3.29	c 3	parsed 30000 expressions
3.22/3.46	c 4	parsed 40000 expressions
3.32/3.56	c 4	parsed 48387 expressions
3.32/3.56	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.32/3.56	c 4	Converting to clausal form CSP
4.01/4.27	c 4	converted 4839 (10%) expressions
4.40/4.66	c 5	converted 9678 (20%) expressions
5.01/5.26	c 5	converted 14517 (30%) expressions
5.40/5.68	c 6	converted 19355 (40%) expressions
5.80/6.06	c 6	converted 24194 (50%) expressions
6.20/6.44	c 7	converted 29033 (60%) expressions
6.99/7.27	c 7	converted 33871 (70%) expressions
7.39/7.64	c 8	converted 38710 (80%) expressions
7.78/8.03	c 8	converted 43549 (90%) expressions
10.18/10.42	c 11	converted 48387 (100%) expressions
10.18/10.43	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
10.18/10.43	c 11	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.18/10.43	c 11	Propagation in CSP
10.37/10.69	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.37/10.69	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
10.37/10.69	c 11	Heap : 111 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.47/10.72	c 11	Simplifing CSP by introducing new Boolean variables
12.97/13.21	c 13	CSP : 800 integers, 249482 booleans, 333732 clauses, largest domain size 45
12.97/13.21	c 13	Heap : 180 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.06/14.32	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.06/14.38	c 15	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
14.06/14.38	c 15	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
14.06/14.38	c 15	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
14.06/14.39	c 15	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
14.06/14.39	c 15	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
14.15/14.40	c 15	480 (60%) CSP integer variables are encoded (17287 clauses, 237663 bytes)
14.15/14.40	c 15	560 (70%) CSP integer variables are encoded (17395 clauses, 239283 bytes)
14.15/14.41	c 15	640 (80%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
14.15/14.41	c 15	720 (90%) CSP integer variables are encoded (17570 clauses, 241908 bytes)
14.15/14.41	c 15	800 (100%) CSP integer variables are encoded (17664 clauses, 243318 bytes)
15.54/15.89	c 16	33374 (10%) CSP clauses are encoded (694154 clauses, 13377192 bytes)
16.93/17.27	c 17	66747 (20%) CSP clauses are encoded (1362779 clauses, 26866211 bytes)
18.41/18.71	c 19	100120 (30%) CSP clauses are encoded (2041739 clauses, 40611903 bytes)
19.80/20.15	c 20	133493 (40%) CSP clauses are encoded (2709387 clauses, 54787291 bytes)
21.30/21.61	c 22	166866 (50%) CSP clauses are encoded (3379911 clauses, 69175101 bytes)
22.72/23.26	c 23	200240 (60%) CSP clauses are encoded (4043432 clauses, 83846415 bytes)
24.31/24.89	c 25	233613 (70%) CSP clauses are encoded (4810475 clauses, 100870646 bytes)
26.29/26.81	c 27	266986 (80%) CSP clauses are encoded (5818008 clauses, 122512502 bytes)
28.18/28.76	c 29	300359 (90%) CSP clauses are encoded (6826025 clauses, 144113522 bytes)
30.06/30.69	c 31	333732 (100%) CSP clauses are encoded (7834394 clauses, 165778136 bytes)
30.06/30.69	c 31	333732 CSP clauses encoded
30.06/30.69	c 31	Writing map file : HOME/temp.map
30.16/30.73	c 31	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.16/30.73	c 31	SAT : 267853 SAT variables, 7834394 SAT clauses, 165778136 bytes
30.16/30.73	c 31	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.16/30.77	c 31	SOLVING HOME/temp.cnf
30.16/30.77	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
107.83/108.95	c 109	DECODING HOME/temp.out WITH HOME/temp.map
107.83/108.95	c 109	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'
107.89/109.04	c 109	Decoding HOME/temp.out
107.89/109.46	s SATISFIABLE
107.89/109.49	v 35 13 13 14 40 7 18 9 1 25 36 29 3 3 7 23 5 41 0 9 42 4 0 3 44 9 28 2 1 7 30 1 4 41 24 2 43 1 27 39 20 11 3 4 31 4 2 3 21 43 20 5 38 23 2 3 5 43 42 3 14 5 7 6 3 13 2 4 42 38 25 24 1 2 10 5 12 6 8 7 0 9 8 39 6 5 30 6 31 10 6 14 11 8 10 11 5 14 4 11 11 6 7 8 12 8 13 44 12 18 4 15 13 16 31 21 5 9 1 9 20 40 7 9 17 10 11 2 18 8 21 8 7 15 19 20 17 23 21 26 17 18 8 42 8 22 44 23 10 9 24 33 21 0 3 11 15 14 16 23 26 13 41 5 10 17 33 25 38 26 18 20 14 35 16 27 13 34 28 29 32 32 15 17 22 14 8 16 27 43 28 23 23 30 31 39 20 12 19 22 0 44 13 6 15 18 19 1 19 16 10 23 15 25 44 19 29 17 24 18 6 17 7 25 26 29 42 36 40 26 32 1 25 19 30 28 2 39 20 2 19 22 20 22 1 37 22 14 27 42 30 30 10 16 31 32 26 34 29 4 20 11 12 21 24 24 1 19 25 26 27 13 15 31 24 12 25 22 36 19 22 24 7 16 0 12 26 27 30 25 6 27 17 0 38 34 28 6 25 10 28 43 38 33 0 35 29 28 34 29 41 30 27 29 32 34 35 33 33 31 39 30 28 18 34 35 36 36 0 17 32 31 34 33 32 33 37 32 44 15 35 12 44 5 39 27 15 41 42 32 9 22 39 11 31 21 43 38 21 36 35 41 40 16 29 40 14 39 43 44 40 34 2 36 9 24 37 18 20 44 23 38 16 39 37 4 40 40 41 33 37 42 19 42 41 43 34 33 37 3 7 6 4 2 2 7 7 1 2 6 8 7 2 1 5 2 2 5 0 5 0 9 7 3 6 2 1 0 9 3 8 5 1 1 9 3 2 6 8 1 3 7 9 0 0 8 7 4 5 1 0 6 6 1 2 8 4 6 1 5 1 9 2 3 6 1 9 5 2 7 8 0 3 6 2 0 2 2 8 9 9 0 2 0 1 8 3 0 5 5 6 9 0 6 0 1 3 0 6 4 3 8 6 5 9 7 8 1 3 2 3 1 2 8 1 2 1 3 4 7 6 1 0 9 1 7 2 5 8 0 8 9 1 8 5 5 3 0 1 2 7 3 1 7 4 6 7 4 6 8 8 4 4 8 7 9 4 7 0 7 8 7 4 5 9 6 7 2 8 0 6 1 8 3 5 3 3 6 8 2 2 1 2 0 9 6 3 9 1 0 5 9 5 2 9 2 8 0 3 5 5 2 9 5 9 0 7 7 9 2 1 8 6 1 0 1 8 9 3 9 4 2 8 7 5 4 4 0 9 6 7 1 4 6 9 6 8 9 2 1 8 4 7 8 8 6 1 4 7 3 1 0 3 4 7 0 7 7 3 2 4 6 1 7 1 2 0 4 5 9 9 0 3 6 4 4 0 2 2 2 0 6 4 7 2 8 1 5 7 3 7 2 8 1 2 0 2 9 9 8 9 3 3 2 3 0 0 7 2 9 0 6 6 1 6 1 9 8 1 2 8 5 0 1 4 2 3 9 6 4 5 3 9 0 9 3 0 8 3 7 6 7 9 7 6 0 0 7 6 4 4 7 3 5 8 0 7 0 9 7 8 9 5 3 6 0 3 4 4 4 4 3 4 6 6 7 7 5 9 5 6 9 6 7 2 7 7 8 6 6 8 9 0 8 2 9 8 9 9 0
107.90/109.50	c 110	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
107.90/109.54	c 110	CPU 108.43 (0.07 0.02 69.35 38.99)
107.90/109.54	c 110	END Sat Jul 11 19:45:24 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-2064129-1247334214/watcher-2064129-1247334214 -o /tmp/evaluation-result-2064129-1247334214/solver-2064129-1247334214 -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-2064129-1247334214.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 14055
/proc/meminfo: memFree=1692968/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=12272 CPUtime=0
/proc/14055/stat : 14055 (sugar) R 14053 14055 13903 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 20487667 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/14055/statm: 3068 327 246 3 0 168 0

[startup+0.0471099 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 14055
/proc/meminfo: memFree=1692968/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=14644 CPUtime=0.04
/proc/14055/stat : 14055 (sugar) R 14053 14055 13903 0 -1 4194304 829 0 0 0 3 1 0 0 18 0 1 0 20487667 14995456 797 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/14055/statm: 3661 798 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.101118 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 14055
/proc/meminfo: memFree=1692968/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=0.07
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301155 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 14055
/proc/meminfo: memFree=1692968/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=0.07
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701233 s]
/proc/loadavg: 1.99 1.97 1.95 4/80 14055
/proc/meminfo: memFree=1692968/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=0.07
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 1.99 1.97 1.95 4/91 14067
/proc/meminfo: memFree=1657224/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=0.07
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
[pid=14058] ppid=14055 vsize=5356 CPUtime=0
/proc/14058/stat : 14058 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20487675 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14058/statm: 1339 233 193 169 0 50 0
[pid=14059] ppid=14058 vsize=867708 CPUtime=1.29
/proc/14059/stat : 14059 (java) S 14058 14055 13903 0 -1 0 17474 0 1 0 119 10 0 0 18 0 9 0 20487675 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14059/statm: 216927 15047 2556 9 0 211439 0
[pid=14059/tid=14060] ppid=14058 vsize=867708 CPUtime=0.66
/proc/14059/task/14060/stat : 14060 (java) R 14058 14055 13903 0 -1 64 3070 0 1 0 63 3 0 0 18 0 9 0 20487676 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14061] ppid=14058 vsize=867708 CPUtime=0.5
/proc/14059/task/14061/stat : 14061 (java) R 14058 14055 13903 0 -1 64 13189 0 0 0 44 6 0 0 16 0 9 0 20487678 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14062] ppid=14058 vsize=867708 CPUtime=0
/proc/14059/task/14062/stat : 14062 (java) S 14058 14055 13903 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20487678 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14063] ppid=14058 vsize=867708 CPUtime=0
/proc/14059/task/14063/stat : 14063 (java) S 14058 14055 13903 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20487678 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14064] ppid=14058 vsize=867708 CPUtime=0
/proc/14059/task/14064/stat : 14064 (java) S 14058 14055 13903 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20487680 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14059/tid=14065] ppid=14058 vsize=867708 CPUtime=0.1
/proc/14059/task/14065/stat : 14065 (java) S 14058 14055 13903 0 -1 64 510 0 0 0 10 0 0 0 16 0 9 0 20487680 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14066] ppid=14058 vsize=867708 CPUtime=0
/proc/14059/task/14066/stat : 14066 (java) S 14058 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20487680 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14059/tid=14067] ppid=14058 vsize=867708 CPUtime=0
/proc/14059/task/14067/stat : 14067 (java) S 14058 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20487680 888532992 15047 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 889932

[startup+3.10166 s]
/proc/loadavg: 1.99 1.97 1.95 3/91 14067
/proc/meminfo: memFree=1617928/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=2.57
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1309 23944 0 1 6 1 234 16 15 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 16868

[startup+6.30224 s]
/proc/loadavg: 2.07 1.99 1.95 3/91 14077
/proc/meminfo: memFree=1632456/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=2.57
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1309 23944 0 1 6 1 234 16 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
[pid=14068] ppid=14055 vsize=5356 CPUtime=0
/proc/14068/stat : 14068 (sh) S 14055 14055 13903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20487940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14068/statm: 1339 233 193 169 0 50 0
[pid=14069] ppid=14068 vsize=868608 CPUtime=3.53
/proc/14069/stat : 14069 (java) S 14068 14055 13903 0 -1 0 22103 0 1 0 340 13 0 0 18 0 9 0 20487941 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14069/statm: 217152 20542 2566 9 0 211657 0
[pid=14069/tid=14070] ppid=14068 vsize=868608 CPUtime=2.12
/proc/14069/task/14070/stat : 14070 (java) R 14068 14055 13903 0 -1 64 3197 0 1 0 210 2 0 0 25 0 9 0 20487941 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4126479312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14071] ppid=14068 vsize=868608 CPUtime=1.21
/proc/14069/task/14071/stat : 14071 (java) S 14068 14055 13903 0 -1 64 16746 0 0 0 113 8 0 0 16 0 9 0 20487943 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14072] ppid=14068 vsize=868608 CPUtime=0
/proc/14069/task/14072/stat : 14072 (java) S 14068 14055 13903 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20487943 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14073] ppid=14068 vsize=868608 CPUtime=0
/proc/14069/task/14073/stat : 14073 (java) S 14068 14055 13903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20487943 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14074] ppid=14068 vsize=868608 CPUtime=0
/proc/14069/task/14074/stat : 14074 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20487945 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14075] ppid=14068 vsize=868608 CPUtime=0.16
/proc/14069/task/14075/stat : 14075 (java) S 14068 14055 13903 0 -1 64 1457 0 0 0 15 1 0 0 16 0 9 0 20487945 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14076] ppid=14068 vsize=868608 CPUtime=0
/proc/14069/task/14076/stat : 14076 (java) S 14068 14055 13903 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20487945 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14077] ppid=14068 vsize=868608 CPUtime=0
/proc/14069/task/14077/stat : 14077 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20487945 889454592 20542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 890832

[startup+12.7024 s]
/proc/loadavg: 2.07 1.99 1.95 4/91 14077
/proc/meminfo: memFree=1474824/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=2.57
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1310 23944 0 1 6 1 234 16 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
[pid=14068] ppid=14055 vsize=5356 CPUtime=0
/proc/14068/stat : 14068 (sh) S 14055 14055 13903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20487940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14068/statm: 1339 233 193 169 0 50 0
[pid=14069] ppid=14068 vsize=891100 CPUtime=9.89
/proc/14069/stat : 14069 (java) S 14068 14055 13903 0 -1 0 75633 0 1 0 953 36 0 0 18 0 9 0 20487941 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14069/statm: 222775 60692 2567 9 0 217280 0
[pid=14069/tid=14070] ppid=14068 vsize=891100 CPUtime=4.71
/proc/14069/task/14070/stat : 14070 (java) R 14068 14055 13903 0 -1 64 4512 0 1 0 468 3 0 0 25 0 9 0 20487941 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14071] ppid=14068 vsize=891100 CPUtime=4.97
/proc/14069/task/14071/stat : 14071 (java) R 14068 14055 13903 0 -1 64 68944 0 0 0 466 31 0 0 16 0 9 0 20487943 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 102768208 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14072] ppid=14068 vsize=891100 CPUtime=0
/proc/14069/task/14072/stat : 14072 (java) S 14068 14055 13903 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20487943 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14073] ppid=14068 vsize=891100 CPUtime=0
/proc/14069/task/14073/stat : 14073 (java) S 14068 14055 13903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20487943 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14074] ppid=14068 vsize=891100 CPUtime=0
/proc/14069/task/14074/stat : 14074 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20487945 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14075] ppid=14068 vsize=891100 CPUtime=0.19
/proc/14069/task/14075/stat : 14075 (java) S 14068 14055 13903 0 -1 64 1474 0 0 0 18 1 0 0 15 0 9 0 20487945 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14076] ppid=14068 vsize=891100 CPUtime=0
/proc/14069/task/14076/stat : 14076 (java) S 14068 14055 13903 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20487945 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14077] ppid=14068 vsize=891100 CPUtime=0
/proc/14069/task/14077/stat : 14077 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20487945 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 913324

[startup+25.5017 s]
/proc/loadavg: 2.05 1.99 1.95 3/91 14077
/proc/meminfo: memFree=1364616/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=2.57
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1310 23944 0 1 6 1 234 16 16 0 1 0 20487667 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1111 409 3 0 796 0
[pid=14068] ppid=14055 vsize=5356 CPUtime=0
/proc/14068/stat : 14068 (sh) S 14055 14055 13903 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20487940 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14068/statm: 1339 233 193 169 0 50 0
[pid=14069] ppid=14068 vsize=868720 CPUtime=22.43
/proc/14069/stat : 14069 (java) S 14068 14055 13903 0 -1 0 82210 0 1 0 2140 103 0 0 18 0 9 0 20487941 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14069/statm: 217180 57144 2593 9 0 211657 0
[pid=14069/tid=14070] ppid=14068 vsize=868720 CPUtime=15.5
/proc/14069/task/14070/stat : 14070 (java) R 14068 14055 13903 0 -1 64 6011 0 1 0 1484 66 0 0 25 0 9 0 20487941 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4126992104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14071] ppid=14068 vsize=868720 CPUtime=6.65
/proc/14069/task/14071/stat : 14071 (java) S 14068 14055 13903 0 -1 64 73981 0 0 0 630 35 0 0 16 0 9 0 20487943 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14072] ppid=14068 vsize=868720 CPUtime=0
/proc/14069/task/14072/stat : 14072 (java) S 14068 14055 13903 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20487943 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14073] ppid=14068 vsize=868720 CPUtime=0
/proc/14069/task/14073/stat : 14073 (java) S 14068 14055 13903 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20487943 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14074] ppid=14068 vsize=868720 CPUtime=0
/proc/14069/task/14074/stat : 14074 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20487945 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14075] ppid=14068 vsize=868720 CPUtime=0.25
/proc/14069/task/14075/stat : 14075 (java) S 14068 14055 13903 0 -1 64 1515 0 0 0 24 1 0 0 16 0 9 0 20487945 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14076] ppid=14068 vsize=868720 CPUtime=0
/proc/14069/task/14076/stat : 14076 (java) S 14068 14055 13903 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20487945 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14069/tid=14077] ppid=14068 vsize=868720 CPUtime=0
/proc/14069/task/14077/stat : 14077 (java) S 14068 14055 13903 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20487945 889569280 57144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 890944

[startup+51.1013 s]
/proc/loadavg: 2.03 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1440400/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=30.24
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1365 106535 0 2 7 1 2858 158 16 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14055 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20490744 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=94532 CPUtime=20.19
/proc/14079/stat : 14079 (picosat) R 14078 14055 13903 0 -1 4194304 21187 0 0 0 922 1097 0 0 25 0 1 0 20490745 96800768 21173 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14079/statm: 23633 21173 40 102 0 23528 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 116756

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1239184/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=30.24
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1365 106535 0 2 7 1 2858 158 16 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14055 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20490744 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=306488 CPUtime=71.03
/proc/14079/stat : 14079 (picosat) R 14078 14055 13903 0 -1 4194304 70830 0 0 0 3371 3732 0 0 25 0 1 0 20490745 313843712 70798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14079/statm: 76622 70798 42 102 0 76517 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 328712

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

[startup+105.502 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1238992/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=30.24
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1365 106535 0 2 7 1 2858 158 16 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14055 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20490744 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=306488 CPUtime=74.21
/proc/14079/stat : 14079 (picosat) R 14078 14055 13903 0 -1 4194304 70876 0 0 0 3689 3732 0 0 25 0 1 0 20490745 313843712 70844 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14079/statm: 76622 70844 42 102 0 76517 0
Current children cumulated CPU time (s) 104.45
Current children cumulated vsize (KiB) 328712

[startup+107.101 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1238864/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=30.24
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1365 106535 0 2 7 1 2858 158 16 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14055 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20490744 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=306488 CPUtime=75.8
/proc/14079/stat : 14079 (picosat) R 14078 14055 13903 0 -1 4194304 70944 0 0 0 3848 3732 0 0 25 0 1 0 20490745 313843712 70912 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/14079/statm: 76622 70912 42 102 0 76517 0
Current children cumulated CPU time (s) 106.04
Current children cumulated vsize (KiB) 328712

[startup+108.702 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1238672/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=30.24
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1365 106535 0 2 7 1 2858 158 16 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14055 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14055 14055 13903 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20490744 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=307516 CPUtime=77.39
/proc/14079/stat : 14079 (picosat) R 14078 14055 13903 0 -1 4194304 70961 0 0 0 4007 3732 0 0 25 0 1 0 20490745 314896384 70929 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/14079/statm: 76879 70929 47 102 0 76774 0
Current children cumulated CPU time (s) 107.63
Current children cumulated vsize (KiB) 329740

[startup+109.102 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1236688/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=107.89
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1446 177782 0 2 7 1 6885 3896 15 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 107.89
Current children cumulated vsize (KiB) 16868

[startup+109.502 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1236688/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=107.9
/proc/14055/stat : 14055 (sugar) S 14053 14055 13903 0 -1 4194304 1449 177782 0 2 7 2 6885 3896 15 0 1 0 20487667 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14055/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 107.9
Current children cumulated vsize (KiB) 16868

[startup+109.602 s]
/proc/loadavg: 2.01 1.99 1.95 3/83 14079
/proc/meminfo: memFree=1236688/2055920 swapFree=4192812/4192956
[pid=14055] ppid=14053 vsize=16868 CPUtime=108.5
/proc/14055/stat : 14055 (sugar) R 14053 14055 13903 0 -1 4194304 1477 181804 0 3 7 9 6935 3899 16 0 1 0 20487667 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14055/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 109.623
CPU time (s): 108.54
CPU user time (s): 69.4294
CPU system time (s): 39.1111
CPU usage (%): 99.0128
Max. virtual memory (cumulated for all children) (KiB): 918448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.4294
system time used= 39.1111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183341
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= 7395
involuntary context switches= 8507

runsolver used 0.163975 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-11 19:43:34
IDJOB=2064129
IDBENCH=54125
IDSOLVER=738
FILE ID=node27/2064129-1247334214
PBS_JOBID= 9506630
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 6ffc155fe35ccd8e570b991c75a33724
RANDOM SEED=2120718953

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1693448 kB
Buffers:         12576 kB
Cached:          74260 kB
SwapCached:          0 kB
Active:         288592 kB
Inactive:        24308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7992 kB
Writeback:           0 kB
Mapped:         243912 kB
Slab:            34536 kB
Committed_AS:   888296 kB
PageTables:       2168 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node27 at 2009-07-11 19:45:24