Trace number 2079408

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+picosatUNSAT 572.089 574.939

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-13_ext.xml
MD5SUM1e8333cdbeb4ed1922608e5d4d89f27d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 05:08:23 2009
0.02/0.07	c 0	PID 22319
0.02/0.08	c 0	HOST node27.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2079408-1247368103.xml TO HOME/temp.csp
0.02/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-2079408-1247368103.xml' 'HOME/temp.csp'
0.06/0.31	c 1	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.30/0.41	c 1	Parsing HOME/temp.csp
0.30/0.49	c 1	parsed 170 expressions
0.30/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.50	c 1	Converting to clausal form CSP
0.30/0.52	c 1	converted 17 (10%) expressions
0.30/0.52	c 1	converted 34 (20%) expressions
0.30/0.52	c 1	converted 51 (30%) expressions
0.30/0.52	c 1	converted 68 (40%) expressions
0.30/0.52	c 1	converted 85 (50%) expressions
0.30/0.52	c 1	converted 102 (60%) expressions
0.30/0.53	c 1	converted 119 (70%) expressions
0.30/0.53	c 1	converted 136 (80%) expressions
0.30/0.69	c 1	converted 153 (90%) expressions
0.30/0.94	c 1	converted 170 (100%) expressions
0.30/0.95	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.30/0.95	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.95	c 1	Propagation in CSP
0.30/0.95	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.95	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.30/0.95	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.95	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.30/0.95	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.06	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.95/1.07	c 1	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
0.95/1.07	c 1	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
0.95/1.07	c 1	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
0.95/1.07	c 1	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
0.95/1.07	c 1	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
0.95/1.07	c 1	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
0.95/1.08	c 1	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
0.95/1.08	c 1	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
0.95/1.08	c 1	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
7.01/7.19	c 7	3 (10%) CSP clauses are encoded (64542 clauses, 4226671 bytes)
11.08/11.28	c 12	5 (20%) CSP clauses are encoded (105282 clauses, 7093891 bytes)
17.15/17.37	c 18	8 (30%) CSP clauses are encoded (166392 clauses, 11453659 bytes)
21.13/21.39	c 22	10 (40%) CSP clauses are encoded (207132 clauses, 14360171 bytes)
25.31/25.51	c 26	12 (50%) CSP clauses are encoded (247872 clauses, 17266683 bytes)
27.99/28.29	c 29	15 (60%) CSP clauses are encoded (281740 clauses, 19618149 bytes)
28.89/29.18	c 29	17 (70%) CSP clauses are encoded (295238 clauses, 20662675 bytes)
30.08/30.34	c 31	20 (80%) CSP clauses are encoded (315485 clauses, 22402927 bytes)
30.87/31.12	c 31	22 (90%) CSP clauses are encoded (328983 clauses, 23563095 bytes)
31.57/31.90	c 32	24 (100%) CSP clauses are encoded (342481 clauses, 24723263 bytes)
31.57/31.90	c 32	24 CSP clauses encoded
31.57/31.90	c 32	Writing map file : HOME/temp.map
31.68/31.91	c 32	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.68/31.91	c 32	SAT : 3575 SAT variables, 342481 SAT clauses, 24723263 bytes
31.68/31.91	c 32	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.68/31.95	c 32	SOLVING HOME/temp.cnf
31.68/31.95	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
571.87/574.75	c 575	DECODING HOME/temp.out WITH HOME/temp.map
571.87/574.75	c 575	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'
571.93/574.83	c 575	Decoding HOME/temp.out
571.93/574.87	s UNSATISFIABLE
571.93/574.88	c 575	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
571.93/574.93	c 575	CPU 572.06 (0.06 0.01 565.4 6.59)
571.93/574.93	c 575	END Sun Jul 12 05:17:58 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079408-1247368103/watcher-2079408-1247368103 -o /tmp/evaluation-result-2079408-1247368103/solver-2079408-1247368103 -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-2079408-1247368103.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.38 2.15 2.11 4/74 22319
/proc/meminfo: memFree=1747232/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=12272 CPUtime=0
/proc/22319/stat : 22319 (sugar) R 22317 22319 18087 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23876575 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233606642432 0 0 4224 0 0 0 0 17 0 0 0
/proc/22319/statm: 3068 327 246 3 0 168 0

[startup+0.031099 s]
/proc/loadavg: 2.38 2.15 2.11 4/74 22319
/proc/meminfo: memFree=1747232/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=13204 CPUtime=0.02
/proc/22319/stat : 22319 (sugar) R 22317 22319 18087 0 -1 4194304 660 0 0 0 2 0 0 0 18 0 1 0 23876575 13520896 628 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/22319/statm: 3301 629 317 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101112 s]
/proc/loadavg: 2.38 2.15 2.11 4/74 22319
/proc/meminfo: memFree=1747232/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.06
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301146 s]
/proc/loadavg: 2.38 2.15 2.11 4/74 22319
/proc/meminfo: memFree=1747232/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.06
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701227 s]
/proc/loadavg: 2.38 2.15 2.11 4/74 22319
/proc/meminfo: memFree=1747232/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1309 4418 0 1 6 1 20 3 16 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 2.43 2.17 2.11 4/85 22341
/proc/meminfo: memFree=1722312/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1310 4418 0 1 6 1 20 3 15 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
[pid=22332] ppid=22319 vsize=5356 CPUtime=0
/proc/22332/stat : 22332 (sh) S 22319 22319 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22332/statm: 1339 233 193 169 0 50 0
[pid=22333] ppid=22332 vsize=864400 CPUtime=1.14
/proc/22333/stat : 22333 (java) S 22332 22319 18087 0 -1 0 9087 0 1 0 109 5 0 0 19 0 9 0 23876609 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22333/statm: 216100 8314 2590 9 0 210577 0
[pid=22333/tid=22334] ppid=22332 vsize=864400 CPUtime=0.68
/proc/22333/task/22334/stat : 22334 (java) R 22332 22319 18087 0 -1 64 2886 0 1 0 66 2 0 0 21 0 9 0 23876610 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22335] ppid=22332 vsize=864400 CPUtime=0.37
/proc/22333/task/22335/stat : 22335 (java) S 22332 22319 18087 0 -1 64 5170 0 0 0 35 2 0 0 16 0 9 0 23876612 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22336] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22336/stat : 22336 (java) S 22332 22319 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22337] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22337/stat : 22337 (java) S 22332 22319 18087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22338] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22338/stat : 22338 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876614 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22339] ppid=22332 vsize=864400 CPUtime=0.07
/proc/22333/task/22339/stat : 22339 (java) S 22332 22319 18087 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 23876614 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22340] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22340/stat : 22340 (java) S 22332 22319 18087 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23876614 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22341] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22341/stat : 22341 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876614 885145600 8314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886624

[startup+3.10266 s]
/proc/loadavg: 2.43 2.17 2.11 3/85 22341
/proc/meminfo: memFree=1719752/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1310 4418 0 1 6 1 20 3 15 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
[pid=22332] ppid=22319 vsize=5356 CPUtime=0
/proc/22332/stat : 22332 (sh) S 22319 22319 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22332/statm: 1339 233 193 169 0 50 0
[pid=22333] ppid=22332 vsize=864400 CPUtime=2.74
/proc/22333/stat : 22333 (java) S 22332 22319 18087 0 -1 0 9784 0 1 0 267 7 0 0 19 0 9 0 23876609 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22333/statm: 216100 8953 2590 9 0 210577 0
[pid=22333/tid=22334] ppid=22332 vsize=864400 CPUtime=2.22
/proc/22333/task/22334/stat : 22334 (java) R 22332 22319 18087 0 -1 64 2944 0 1 0 220 2 0 0 25 0 9 0 23876610 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4126543100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22335] ppid=22332 vsize=864400 CPUtime=0.41
/proc/22333/task/22335/stat : 22335 (java) S 22332 22319 18087 0 -1 64 5808 0 0 0 39 2 0 0 16 0 9 0 23876612 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22336] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22336/stat : 22336 (java) S 22332 22319 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22337] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22337/stat : 22337 (java) S 22332 22319 18087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22338] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22338/stat : 22338 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876614 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22339] ppid=22332 vsize=864400 CPUtime=0.07
/proc/22333/task/22339/stat : 22339 (java) S 22332 22319 18087 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23876614 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22340] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22340/stat : 22340 (java) S 22332 22319 18087 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23876614 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22341] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22341/stat : 22341 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876614 885145600 8953 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886624

[startup+6.30224 s]
/proc/loadavg: 2.43 2.17 2.11 3/85 22341
/proc/meminfo: memFree=1711304/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1310 4418 0 1 6 1 20 3 15 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
[pid=22332] ppid=22319 vsize=5356 CPUtime=0
/proc/22332/stat : 22332 (sh) S 22319 22319 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22332/statm: 1339 233 193 169 0 50 0
[pid=22333] ppid=22332 vsize=864400 CPUtime=5.92
/proc/22333/stat : 22333 (java) S 22332 22319 18087 0 -1 0 11116 0 1 0 583 9 0 0 19 0 9 0 23876609 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22333/statm: 216100 10166 2590 9 0 210577 0
[pid=22333/tid=22334] ppid=22332 vsize=864400 CPUtime=5.29
/proc/22333/task/22334/stat : 22334 (java) R 22332 22319 18087 0 -1 64 3063 0 1 0 526 3 0 0 25 0 9 0 23876610 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22335] ppid=22332 vsize=864400 CPUtime=0.52
/proc/22333/task/22335/stat : 22335 (java) S 22332 22319 18087 0 -1 64 7017 0 0 0 48 4 0 0 16 0 9 0 23876612 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22336] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22336/stat : 22336 (java) S 22332 22319 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22337] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22337/stat : 22337 (java) S 22332 22319 18087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22338] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22338/stat : 22338 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876614 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22339] ppid=22332 vsize=864400 CPUtime=0.08
/proc/22333/task/22339/stat : 22339 (java) S 22332 22319 18087 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23876614 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22340] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22340/stat : 22340 (java) S 22332 22319 18087 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23876614 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22341] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22341/stat : 22341 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876614 885145600 10166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886624

[startup+12.7014 s]
/proc/loadavg: 2.36 2.16 2.11 3/85 22341
/proc/meminfo: memFree=1703632/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1310 4418 0 1 6 1 20 3 16 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
[pid=22332] ppid=22319 vsize=5356 CPUtime=0
/proc/22332/stat : 22332 (sh) S 22319 22319 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22332/statm: 1339 233 193 169 0 50 0
[pid=22333] ppid=22332 vsize=864400 CPUtime=12.28
/proc/22333/stat : 22333 (java) S 22332 22319 18087 0 -1 0 13099 0 1 0 1214 14 0 0 19 0 9 0 23876609 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22333/statm: 216100 10693 2590 9 0 210577 0
[pid=22333/tid=22334] ppid=22332 vsize=864400 CPUtime=11.35
/proc/22333/task/22334/stat : 22334 (java) R 22332 22319 18087 0 -1 64 3300 0 1 0 1128 7 0 0 25 0 9 0 23876610 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4126568575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22335] ppid=22332 vsize=864400 CPUtime=0.81
/proc/22333/task/22335/stat : 22335 (java) S 22332 22319 18087 0 -1 64 8758 0 0 0 76 5 0 0 16 0 9 0 23876612 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22336] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22336/stat : 22336 (java) S 22332 22319 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22337] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22337/stat : 22337 (java) S 22332 22319 18087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22338] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22338/stat : 22338 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23876614 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22339] ppid=22332 vsize=864400 CPUtime=0.08
/proc/22333/task/22339/stat : 22339 (java) S 22332 22319 18087 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 23876614 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22340] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22340/stat : 22340 (java) S 22332 22319 18087 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23876614 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22341] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22341/stat : 22341 (java) S 22332 22319 18087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23876614 885145600 10693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886624

[startup+25.5027 s]
/proc/loadavg: 2.38 2.17 2.11 3/85 22341
/proc/meminfo: memFree=1691984/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=0.3
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1310 4418 0 1 6 1 20 3 16 0 1 0 23876575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1111 409 3 0 796 0
[pid=22332] ppid=22319 vsize=5356 CPUtime=0
/proc/22332/stat : 22332 (sh) S 22319 22319 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22332/statm: 1339 233 193 169 0 50 0
[pid=22333] ppid=22332 vsize=864400 CPUtime=25.01
/proc/22333/stat : 22333 (java) S 22332 22319 18087 0 -1 0 16748 0 1 0 2475 26 0 0 19 0 9 0 23876609 885145600 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22333/statm: 216100 11457 2590 9 0 210577 0
[pid=22333/tid=22334] ppid=22332 vsize=864400 CPUtime=23.52
/proc/22333/task/22334/stat : 22334 (java) R 22332 22319 18087 0 -1 64 3740 0 1 0 2338 14 0 0 25 0 9 0 23876610 885145600 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4126538485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22335] ppid=22332 vsize=864400 CPUtime=1.37
/proc/22333/task/22335/stat : 22335 (java) S 22332 22319 18087 0 -1 64 11967 0 0 0 127 10 0 0 16 0 9 0 23876612 885145600 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22336] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22336/stat : 22336 (java) S 22332 22319 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22337] ppid=22332 vsize=864400 CPUtime=0
/proc/22333/task/22337/stat : 22337 (java) S 22332 22319 18087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23876612 885145600 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22333/tid=22338] ppid=22332 vsize=864400 CPUtime=0

################
# More data... #
################

/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=37572 CPUtime=308.82
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10046 0 0 0 30268 614 0 0 25 0 1 0 23879771 38473728 9228 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22343/statm: 9393 9228 48 102 0 9288 0
Current children cumulated CPU time (s) 340.52
Current children cumulated vsize (KiB) 59796

[startup+402.303 s]
/proc/loadavg: 2.00 2.04 2.06 3/79 22345
/proc/meminfo: memFree=1682176/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=37704 CPUtime=368.53
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10231 0 0 0 36239 614 0 0 25 0 1 0 23879771 38608896 9291 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22343/statm: 9426 9291 48 102 0 9321 0
Current children cumulated CPU time (s) 400.23
Current children cumulated vsize (KiB) 59928

[startup+462.303 s]
/proc/loadavg: 2.00 2.03 2.06 3/79 22345
/proc/meminfo: memFree=1681984/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=428.23
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10401 0 0 0 42209 614 0 0 25 0 1 0 23879771 39268352 9333 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22343/statm: 9587 9333 48 102 0 9482 0
Current children cumulated CPU time (s) 459.93
Current children cumulated vsize (KiB) 60572

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/79 22345
/proc/meminfo: memFree=1681856/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=487.94
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10401 0 0 0 48180 614 0 0 25 0 1 0 23879771 39268352 9333 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/22343/statm: 9587 9333 48 102 0 9482 0
Current children cumulated CPU time (s) 519.64
Current children cumulated vsize (KiB) 60572

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

[startup+537.501 s]
/proc/loadavg: 2.00 2.02 2.05 3/79 22345
/proc/meminfo: memFree=1681856/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=503.07
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10401 0 0 0 49693 614 0 0 25 0 1 0 23879771 39268352 9333 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22343/statm: 9587 9333 48 102 0 9482 0
Current children cumulated CPU time (s) 534.77
Current children cumulated vsize (KiB) 60572

[startup+550.303 s]
/proc/loadavg: 2.00 2.02 2.05 2/70 22363
/proc/meminfo: memFree=1686976/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=515.78
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10401 0 0 0 50964 614 0 0 25 0 1 0 23879771 39268352 9333 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9587 9333 48 102 0 9482 0
Current children cumulated CPU time (s) 547.48
Current children cumulated vsize (KiB) 60572

[startup+563.102 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679640/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=528.57
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10541 0 0 0 52243 614 0 0 25 0 1 0 23879771 39268352 9341 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9587 9341 48 102 0 9482 0
Current children cumulated CPU time (s) 560.27
Current children cumulated vsize (KiB) 60572

[startup+569.501 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679704/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=534.97
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10541 0 0 0 52882 615 0 0 25 0 1 0 23879771 39268352 9341 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9587 9341 48 102 0 9482 0
Current children cumulated CPU time (s) 566.67
Current children cumulated vsize (KiB) 60572

[startup+572.702 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679768/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=538.17
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10541 0 0 0 53202 615 0 0 25 0 1 0 23879771 39268352 9341 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9587 9341 48 102 0 9482 0
Current children cumulated CPU time (s) 569.87
Current children cumulated vsize (KiB) 60572

[startup+574.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679768/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=38348 CPUtime=539.77
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10541 0 0 0 53362 615 0 0 25 0 1 0 23879771 39268352 9341 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9587 9341 48 102 0 9482 0
Current children cumulated CPU time (s) 571.47
Current children cumulated vsize (KiB) 60572

[startup+574.702 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679768/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=31.7
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1365 23028 0 2 6 1 3123 40 16 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
[pid=22342] ppid=22319 vsize=5356 CPUtime=0
/proc/22342/stat : 22342 (sh) S 22319 22319 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23879771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22342/statm: 1339 232 193 169 0 50 0
[pid=22343] ppid=22342 vsize=36300 CPUtime=540.17
/proc/22343/stat : 22343 (picosat) R 22342 22319 18087 0 -1 4194304 10542 0 0 0 53402 615 0 0 25 0 1 0 23879771 37171200 8880 996147200 134512640 134931368 4294956256 18446744073709551615 134578944 0 0 4096 0 0 0 0 17 0 0 0
/proc/22343/statm: 9075 8880 48 102 0 8970 0
Current children cumulated CPU time (s) 571.87
Current children cumulated vsize (KiB) 58524

[startup+574.902 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 22373
/proc/meminfo: memFree=1679768/2055920 swapFree=4192812/4192956
[pid=22319] ppid=22317 vsize=16868 CPUtime=571.93
/proc/22319/stat : 22319 (sugar) S 22317 22319 18087 0 -1 4194304 1448 33856 0 2 6 1 56530 656 15 0 1 0 23876575 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22319/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 571.93
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 574.939
CPU time (s): 572.089
CPU user time (s): 565.467
CPU system time (s): 6.62199
CPU usage (%): 99.5043
Max. virtual memory (cumulated for all children) (KiB): 889192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.467
system time used= 6.62199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39152
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= 12782
involuntary context switches= 19119

runsolver used 0.729889 second user time and 1.87671 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 05:08:23
IDJOB=2079408
IDBENCH=56895
IDSOLVER=738
FILE ID=node27/2079408-1247368103
PBS_JOBID= 9506986
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-13_ext.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-2079408-1247368103/watcher-2079408-1247368103 -o /tmp/evaluation-result-2079408-1247368103/solver-2079408-1247368103 -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-2079408-1247368103.xml

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

MD5SUM BENCH= 1e8333cdbeb4ed1922608e5d4d89f27d
RANDOM SEED=934013919

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:       1747712 kB
Buffers:         58000 kB
Cached:         166672 kB
SwapCached:          0 kB
Active:         158744 kB
Inactive:        86120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          30840 kB
Slab:            48700 kB
Committed_AS:   238472 kB
PageTables:       1712 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= 66320 MiB
End job on node27 at 2009-07-12 05:17:58