Trace number 2074898

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 50.0334 50.6604

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle20.xml
MD5SUMae7587a2e349332d30d6368d2db99718
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.139977
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:43:34 2009
0.00/0.08	c 0	PID 18899
0.06/0.08	c 0	HOST node32.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2074898-1247359414.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074898-1247359414.xml' 'HOME/temp.csp'
0.06/0.58	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.68	c 1	Parsing HOME/temp.csp
0.54/0.98	c 1	parsed 155 expressions
0.54/0.99	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.99	c 1	Converting to clausal form CSP
0.91/1.01	c 1	converted 16 (10%) expressions
0.91/1.02	c 1	converted 31 (20%) expressions
0.91/1.02	c 1	converted 47 (30%) expressions
0.91/1.03	c 1	converted 62 (40%) expressions
1.01/1.13	c 2	converted 78 (50%) expressions
1.21/1.31	c 2	converted 93 (60%) expressions
1.21/1.32	c 2	converted 109 (70%) expressions
1.51/1.64	c 2	converted 124 (80%) expressions
1.51/1.66	c 2	converted 140 (90%) expressions
1.51/1.67	c 2	converted 155 (100%) expressions
1.51/1.67	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.51/1.68	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.68	c 2	Propagation in CSP
1.51/1.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.68	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.51/1.68	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.69	c 2	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
1.51/1.69	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.81	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.71/1.82	c 2	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.71/1.82	c 2	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.71/1.82	c 2	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.71/1.82	c 2	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.71/1.82	c 2	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.71/1.83	c 2	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.71/1.83	c 2	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.71/1.83	c 2	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.71/1.83	c 2	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
5.47/5.67	c 6	61 (10%) CSP clauses are encoded (95971 clauses, 3292996 bytes)
5.47/5.67	c 6	121 (20%) CSP clauses are encoded (97331 clauses, 3315346 bytes)
5.47/5.68	c 6	182 (30%) CSP clauses are encoded (98692 clauses, 3338750 bytes)
41.71/42.24	c 43	242 (40%) CSP clauses are encoded (302388 clauses, 13152489 bytes)
41.71/42.25	c 43	302 (50%) CSP clauses are encoded (303798 clauses, 13175985 bytes)
41.71/42.25	c 43	363 (60%) CSP clauses are encoded (305209 clauses, 13199765 bytes)
41.71/42.26	c 43	423 (70%) CSP clauses are encoded (306594 clauses, 13223460 bytes)
41.71/42.26	c 43	484 (80%) CSP clauses are encoded (308030 clauses, 13248107 bytes)
41.71/42.27	c 43	544 (90%) CSP clauses are encoded (309465 clauses, 13272973 bytes)
41.71/42.27	c 43	604 (100%) CSP clauses are encoded (310900 clauses, 13297849 bytes)
41.71/42.27	c 43	604 CSP clauses encoded
41.71/42.27	c 43	Writing map file : HOME/temp.map
41.71/42.28	c 43	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.71/42.28	c 43	SAT : 1812 SAT variables, 310900 SAT clauses, 13297849 bytes
41.71/42.28	c 43	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.79/42.33	c 43	SOLVING HOME/temp.cnf
41.79/42.33	c 43	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
49.80/50.48	c 51	DECODING HOME/temp.out WITH HOME/temp.map
49.80/50.48	c 51	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'
49.89/50.56	c 51	Decoding HOME/temp.out
49.89/50.60	s SATISFIABLE
49.89/50.60	v 1 0 24 19 14 13 4 3 12 20 13 3 0 13 4 15 0 8 3 18 8 17 4 0 2 19 4 17 0 17 4 8 3 18 15 14 19 18 14 14 19 7 4 17 13 4 22 4 17 17 14 3
49.99/50.61	c 51	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.99/50.66	c 51	CPU 50.01 (0.06 0.02 45.8 4.13)
49.99/50.66	c 51	END Sun Jul 12 02:44:25 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-2074898-1247359414/watcher-2074898-1247359414 -o /tmp/evaluation-result-2074898-1247359414/solver-2074898-1247359414 -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-2074898-1247359414.xml 

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


[startup+0 s]
/proc/loadavg: 1.86 1.67 1.81 4/83 18899
/proc/meminfo: memFree=1852608/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=18576 CPUtime=0
/proc/18899/stat : 18899 (runsolver) R 18897 18899 15842 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23007930 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18899/statm: 4644 284 249 26 0 2626 0

[startup+0.0813861 s]
/proc/loadavg: 1.86 1.67 1.81 4/83 18899
/proc/meminfo: memFree=1852608/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16740 CPUtime=0.06
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23007930 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101844 s]
/proc/loadavg: 1.86 1.67 1.81 4/83 18899
/proc/meminfo: memFree=1852608/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.06
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30131 s]
/proc/loadavg: 1.86 1.67 1.81 4/83 18899
/proc/meminfo: memFree=1852608/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.06
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701356 s]
/proc/loadavg: 1.86 1.67 1.81 4/83 18899
/proc/meminfo: memFree=1852608/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.54
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1309 6494 0 1 5 1 45 3 16 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 1.86 1.67 1.81 3/94 18921
/proc/meminfo: memFree=1841000/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.54
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1309 6494 0 1 5 1 45 3 15 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864360 CPUtime=0.86
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 8210 0 1 0 82 4 0 0 18 0 9 0 23007992 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216090 7478 2566 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864360 CPUtime=0.5
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 2795 0 1 0 49 1 0 0 21 0 9 0 23007993 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864360 CPUtime=0.29
/proc/18913/task/18915/stat : 18915 (java) R 18912 18899 15842 0 -1 64 4408 0 0 0 28 1 0 0 16 0 9 0 23007994 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 102759298 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864360 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864360 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23007994 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864360 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864360 CPUtime=0.05
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 23007996 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864360 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864360 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885104640 7478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886584

[startup+3.10263 s]
/proc/loadavg: 1.86 1.67 1.81 3/94 18921
/proc/meminfo: memFree=1821992/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.55
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1310 6494 0 1 6 1 45 3 15 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864472 CPUtime=2.45
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 10056 0 1 0 238 7 0 0 18 0 9 0 23007992 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216118 9223 2590 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864472 CPUtime=1.79
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 2928 0 1 0 176 3 0 0 25 0 9 0 23007993 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4126629225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864472 CPUtime=0.55
/proc/18913/task/18915/stat : 18915 (java) S 18912 18899 15842 0 -1 64 6090 0 0 0 53 2 0 0 16 0 9 0 23007994 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864472 CPUtime=0.09
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23007996 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885219328 9223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886696

[startup+6.30299 s]
/proc/loadavg: 1.87 1.67 1.81 4/94 18921
/proc/meminfo: memFree=1814632/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.55
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1310 6494 0 1 6 1 45 3 16 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864472 CPUtime=5.61
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 14456 0 1 0 550 11 0 0 18 0 9 0 23007992 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216118 10958 2590 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864472 CPUtime=4.68
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 3045 0 1 0 464 4 0 0 25 0 9 0 23007993 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4126615575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864472 CPUtime=0.8
/proc/18913/task/18915/stat : 18915 (java) S 18912 18899 15842 0 -1 64 10369 0 0 0 75 5 0 0 16 0 9 0 23007994 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864472 CPUtime=0.1
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 23007996 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885219328 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886696

[startup+12.7027 s]
/proc/loadavg: 1.88 1.68 1.81 3/94 18921
/proc/meminfo: memFree=1811432/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.55
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1310 6494 0 1 6 1 45 3 16 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864472 CPUtime=11.94
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 14515 0 1 0 1183 11 0 0 18 0 9 0 23007992 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216118 10966 2590 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864472 CPUtime=10.95
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 3096 0 1 0 1091 4 0 0 25 0 9 0 23007993 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4126618068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864472 CPUtime=0.87
/proc/18913/task/18915/stat : 18915 (java) S 18912 18899 15842 0 -1 64 10377 0 0 0 82 5 0 0 16 0 9 0 23007994 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864472 CPUtime=0.1
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 23007996 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885219328 10966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886696

[startup+25.5012 s]
/proc/loadavg: 1.91 1.69 1.82 3/94 18921
/proc/meminfo: memFree=1803432/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.55
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1310 6494 0 1 6 1 45 3 16 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864472 CPUtime=24.63
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 18097 0 1 0 2445 18 0 0 18 0 9 0 23007992 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216118 11797 2590 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864472 CPUtime=23.26
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 3274 0 1 0 2319 7 0 0 25 0 9 0 23007993 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4126615501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864472 CPUtime=1.22
/proc/18913/task/18915/stat : 18915 (java) S 18912 18899 15842 0 -1 64 13776 0 0 0 114 8 0 0 17 0 9 0 23007994 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864472 CPUtime=0.1
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 23007996 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885219328 11797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 886696

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

[startup+38.3026 s]
/proc/loadavg: 1.99 1.72 1.82 3/94 18921
/proc/meminfo: memFree=1795752/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=0.55
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1310 6494 0 1 6 1 45 3 16 0 1 0 23007930 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1111 409 3 0 796 0
[pid=18912] ppid=18899 vsize=5356 CPUtime=0
/proc/18912/stat : 18912 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23007992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18912/statm: 1339 233 193 169 0 50 0
[pid=18913] ppid=18912 vsize=864472 CPUtime=37.3
/proc/18913/stat : 18913 (java) S 18912 18899 15842 0 -1 0 19727 0 1 0 3709 21 0 0 18 0 9 0 23007992 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 216118 13296 2590 9 0 210595 0
[pid=18913/tid=18914] ppid=18912 vsize=864472 CPUtime=35.74
/proc/18913/task/18914/stat : 18914 (java) R 18912 18899 15842 0 -1 64 3405 0 1 0 3566 8 0 0 25 0 9 0 23007993 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4126618177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18915] ppid=18912 vsize=864472 CPUtime=1.42
/proc/18913/task/18915/stat : 18915 (java) S 18912 18899 15842 0 -1 64 15274 0 0 0 132 10 0 0 16 0 9 0 23007994 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18912 18899 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18912 18899 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23007994 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23007996 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18912 vsize=864472 CPUtime=0.1
/proc/18913/task/18919/stat : 18919 (java) S 18912 18899 15842 0 -1 64 349 0 0 0 10 0 0 0 17 0 9 0 23007996 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23007996 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18912 vsize=864472 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18912 18899 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23007996 885219328 13296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.85
Current children cumulated vsize (KiB) 886696

[startup+44.7013 s]
/proc/loadavg: 2.07 1.74 1.83 3/86 18923
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=41.82
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1365 29240 0 2 6 2 4146 28 16 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18922] ppid=18899 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18899 18899 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23012164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 232 193 169 0 50 0
[pid=18923] ppid=18922 vsize=6808 CPUtime=2.32
/proc/18923/stat : 18923 (picosat) R 18922 18899 15842 0 -1 4194304 1609 0 0 0 103 129 0 0 25 0 1 0 23012164 6971392 1595 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18923/statm: 1702 1595 40 102 0 1597 0
Current children cumulated CPU time (s) 44.14
Current children cumulated vsize (KiB) 29032

[startup+47.9017 s]
/proc/loadavg: 2.07 1.74 1.83 3/86 18923
/proc/meminfo: memFree=1823208/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=41.82
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1365 29240 0 2 6 2 4146 28 16 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18922] ppid=18899 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18899 18899 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23012164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 232 193 169 0 50 0
[pid=18923] ppid=18922 vsize=14316 CPUtime=5.49
/proc/18923/stat : 18923 (picosat) R 18922 18899 15842 0 -1 4194304 3476 0 0 0 251 298 0 0 25 0 1 0 23012164 14659584 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18923/statm: 3579 3462 40 102 0 3474 0
Current children cumulated CPU time (s) 47.31
Current children cumulated vsize (KiB) 36540

[startup+49.5079 s]
/proc/loadavg: 2.07 1.74 1.83 3/86 18923
/proc/meminfo: memFree=1818152/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=41.82
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1365 29240 0 2 6 2 4146 28 16 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18922] ppid=18899 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18899 18899 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23012164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 232 193 169 0 50 0
[pid=18923] ppid=18922 vsize=18904 CPUtime=7.09
/proc/18923/stat : 18923 (picosat) R 18922 18899 15842 0 -1 4194304 4445 0 0 0 327 382 0 0 25 0 1 0 23012164 19357696 4431 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18923/statm: 4726 4431 42 102 0 4621 0
Current children cumulated CPU time (s) 48.91
Current children cumulated vsize (KiB) 41128

[startup+50.303 s]
/proc/loadavg: 2.07 1.74 1.83 3/86 18923
/proc/meminfo: memFree=1818152/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=41.82
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1365 29240 0 2 6 2 4146 28 16 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18922] ppid=18899 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18899 18899 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23012164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 232 193 169 0 50 0
[pid=18923] ppid=18922 vsize=18904 CPUtime=7.88
/proc/18923/stat : 18923 (picosat) R 18922 18899 15842 0 -1 4194304 4466 0 0 0 406 382 0 0 25 0 1 0 23012164 19357696 4452 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18923/statm: 4726 4452 42 102 0 4621 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 41128

[startup+50.503 s]
/proc/loadavg: 2.06 1.75 1.83 3/87 18926
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=49.88
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1428 34001 0 2 6 2 4570 410 17 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18924] ppid=18899 vsize=5356 CPUtime=0
/proc/18924/stat : 18924 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23012979 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18924/statm: 1339 233 193 169 0 50 0
[pid=18925] ppid=18924 vsize=858728 CPUtime=0.01
/proc/18925/stat : 18925 (java) S 18924 18899 15842 0 -1 0 1187 0 1 0 0 1 0 0 18 0 2 0 23012979 879337472 918 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18925/statm: 214682 918 508 9 0 209597 0
[pid=18925/tid=18926] ppid=18924 vsize=858728 CPUtime=0
/proc/18925/task/18926/stat : 18926 (java) R 18924 18899 15842 0 -1 64 510 0 1 0 0 0 0 0 17 0 2 0 23012980 879337472 918 996147200 134512640 134550932 4294955984 18446744073709551615 9675944 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 880952

[startup+50.608 s]
/proc/loadavg: 2.06 1.75 1.83 3/87 18926
/proc/meminfo: memFree=1833504/2055920 swapFree=4192812/4192956
[pid=18899] ppid=18897 vsize=16868 CPUtime=49.88
/proc/18899/stat : 18899 (sugar) S 18897 18899 15842 0 -1 4194304 1449 34001 0 2 6 2 4570 410 16 0 1 0 23007930 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18899/statm: 4217 1113 409 3 0 796 0
[pid=18924] ppid=18899 vsize=5356 CPUtime=0
/proc/18924/stat : 18924 (sh) S 18899 18899 15842 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23012979 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18924/statm: 1339 233 193 169 0 50 0
[pid=18925] ppid=18924 vsize=864124 CPUtime=0.11
/proc/18925/stat : 18925 (java) S 18924 18899 15842 0 -1 0 3104 0 1 0 9 2 0 0 18 0 9 0 23012979 884862976 2575 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18925/statm: 216031 2575 1407 9 0 210543 0
[pid=18925/tid=18926] ppid=18924 vsize=864124 CPUtime=0.08
/proc/18925/task/18926/stat : 18926 (java) R 18924 18899 15842 0 -1 64 2117 0 1 0 7 1 0 0 20 0 9 0 23012980 884862976 2575 996147200 134512640 134550932 4294955984 18446744073709551615 4159512534 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 50.6604
CPU time (s): 50.0334
CPU user time (s): 45.864
CPU system time (s): 4.16937
CPU usage (%): 98.7624
Max. virtual memory (cumulated for all children) (KiB): 892092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.864
system time used= 4.16937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39296
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= 7623
involuntary context switches= 9400

runsolver used 0.055991 second user time and 0.188971 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 02:43:34
IDJOB=2074898
IDBENCH=56150
IDSOLVER=738
FILE ID=node32/2074898-1247359414
PBS_JOBID= 9506868
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle20.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-2074898-1247359414/watcher-2074898-1247359414 -o /tmp/evaluation-result-2074898-1247359414/solver-2074898-1247359414 -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-2074898-1247359414.xml

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

MD5SUM BENCH= ae7587a2e349332d30d6368d2db99718
RANDOM SEED=1318009332

node32.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.236
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.236
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:       1853088 kB
Buffers:         22608 kB
Cached:          91088 kB
SwapCached:          0 kB
Active:         115592 kB
Inactive:        32668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          55076 kB
Slab:            39352 kB
Committed_AS:   226876 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-12 02:44:25